Changeset 2945
- Timestamp:
- 05/30/10 05:36:16 (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
gui/admin/admin_log.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2943 r2945 13 13 * Fixed doc/typo in Config, IspCP_ConfigHandler and IspCP_Registry 14 14 classes 15 * Fixed: tohtml() must not be applied on admin logs 15 16 16 17 2010-05-29 Laurent Declercq -
trunk/gui/admin/admin_log.php
r2941 r2945 143 143 ); 144 144 145 $log_message = htmlentities($rs->fields['log_message']); 145 $log_message = $rs->fields['log_message']; 146 146 147 $replaces = array( 147 148 '/[^a-zA-Z](delete[sd]?)[^a-zA-Z]/i' => ' <strong style="color:#FF0000">\\1</strong> ', … … 165 166 $tpl->assign( 166 167 array( 167 'MESSAGE' => tohtml($log_message),168 'MESSAGE' => $log_message, 168 169 'DATE' => date($date_formt, strtotime($rs->fields['dat'])), 169 170 )
Note: See TracChangeset
for help on using the changeset viewer.
