|
Revision 1539, 328 bytes
(checked in by renato, 10 months ago)
|
Setting prop svn:eol-style in LOTS of files.
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
/* |
|---|
| 3 |
* Created on Sep 19, 2007 |
|---|
| 4 |
* |
|---|
| 5 |
* @author Diego Andrés RamÃrez Aragón <diego@somosmas.org> |
|---|
| 6 |
* @copyright Corporación Somos más - 2007 |
|---|
| 7 |
*/ |
|---|
| 8 |
function activity_pagesetup(){ |
|---|
| 9 |
|
|---|
| 10 |
} |
|---|
| 11 |
|
|---|
| 12 |
function activity_init(){ |
|---|
| 13 |
global $CFG,$function; |
|---|
| 14 |
|
|---|
| 15 |
$function['activity:recent'][] = $CFG->dirroot . "mod/activity/lib/recent.php"; |
|---|
| 16 |
} |
|---|
| 17 |
?> |
|---|