Changeset 531:f4036d98db10
- Timestamp:
- 07/07/11 09:43:26 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r522 r531 37 37 // For backward compatibility only: the developer tried to create 38 38 // a list with the old constructor. 39 $this->raiseDeprecated(get_class($this));39 ob_start($this->raiseDeprecated(get_class($this))); 40 40 41 41 $this->core =& $core; … … 59 59 $grand = array_shift($trace); 60 60 $msg = 'Deprecated class called. ('; 61 $msg .= $name .' was called from '.$grand['file'].' ['.$grand['line'].'])';61 $msg .= $name.' was called from '.$grand['file'].' ['.$grand['line'].'])'; 62 62 trigger_error($msg, E_USER_NOTICE); 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.