Changeset 286

Show
Ignore:
Timestamp:
04/19/08 16:14:08 (8 months ago)
Author:
kevin
Message:

Removed logging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • notification/lib.php

    r285 r286  
    8181    include($CFG->dirroot.'mod/notification/notification.config.php'); 
    8282     
    83     error_log("in init AUTONOTIFICATION_FOR_ADD: $AUTONOTIFICATION_FOR_ADD"); 
    84      
    8583    if (!in_array($CFG->prefix . "notifications",$METATABLES)) { 
    8684        if (file_exists($CFG->dirroot . "mod/notification/$CFG->dbtype.sql")) { 
     
    126124     
    127125    include($CFG->dirroot.'mod/notification/notification.config.php'); 
    128     error_log("AUTONOTIFICATION_FOR_ADD: $AUTONOTIFICATION_FOR_ADD"); 
    129126    if (isset($notification_data)) { 
    130127        foreach($notification_data as $n) {