Index: trunk/extensions/SemanticTasks/ST_CheckForReminders.php |
— | — | @@ -8,9 +8,9 @@ |
9 | 9 | global $smwgIP; |
10 | 10 | require_once( $smwgIP . '/includes/SMW_Factbox.php' ); |
11 | 11 | |
12 | | -require_once( dirname(__FILE__) . '/ST_Notify_Assignment.php' ); |
| 12 | +require_once( dirname(__FILE__) . '/SemanticTasks.classes.php' ); |
13 | 13 | |
14 | 14 | // Let's send reminders |
15 | | -fnRemindAssignees( 'http://teamspace.creativecommons.org/' ); |
| 15 | +SemanticTasksMailer::remindAssignees( 'http://teamspace.creativecommons.org/' ); |
16 | 16 | |
17 | 17 | print( "ST check for reminders\n" ); |