Changeset 3954:315a5aa7a8b7
- Timestamp:
 - 12/24/18 11:10:31 (7 years ago)
 - Branch:
 - default
 - File:
 - 
          
- 1 edited
 
- 
          inc/admin/class.dc.notices.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
inc/admin/class.dc.notices.php
r3932 r3954 149 149 } 150 150 151 public staticfunction warning($msg, $timestamp = true, $div = false, $echo = true)151 public function warning($msg, $timestamp = true, $div = false, $echo = true) 152 152 { 153 153 return $this->message($msg, $timestamp, $div, $echo, "warning-msg");  
Note: See TracChangeset
          for help on using the changeset viewer.
      