Changeset 910:05b7bec1f3da for inc/admin
- Timestamp:
- 10/26/12 10:09:28 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r907 r910 258 258 public static function message($msg,$timestamp=true,$div=false,$echo=true) 259 259 { 260 global $core; 261 260 262 $res = ''; 261 263 if ($msg != '') { 262 264 $res = ($div ? '<div class="message">' : '').'<p'.($div ? '' : ' class="message"').'>'. 263 ($timestamp ? dt::str(__('%H:%M:%S:') ).' ' : '').$msg.265 ($timestamp ? dt::str(__('%H:%M:%S:'),null,$core->auth->getInfo('user_tz')).' ' : '').$msg. 264 266 '</p>'.($div ? '</div>' : ''); 265 267 if ($echo) {
Note: See TracChangeset
for help on using the changeset viewer.