*/
public static function get_upcoming_content($events, $linkhref = null, $showcourselink = false) {
debugging(
- 'get_upcoming_content() is deprecated. ' +
+ 'get_upcoming_content() is deprecated. ' .
'Please see block_calendar_upcoming::get_content() for the correct API usage.',
DEBUG_DEVELOPER
);
global $CFG;
debugging(
- __FUNCTION__ . '() has been deprecated. ' +
+ __FUNCTION__ . '() has been deprecated. ' .
'Please see block_calendar_upcoming::get_content() for the correct API usage.',
DEBUG_DEVELOPER
);
*/
function calendar_get_upcoming($courses, $groups, $users, $daysinfuture, $maxevents, $fromtime=0) {
debugging(
- 'calendar_get_upcoming() has been deprecated. ' +
+ 'calendar_get_upcoming() has been deprecated. ' .
'Please see block_calendar_upcoming::get_content() for the correct API usage.',
DEBUG_DEVELOPER
);