phpBMS

Show
Ignore:
Timestamp:
11/05/09 15:34:17 (3 years ago)
Author:
nate
Message:
  • Added @ infront of strftime function calls to supress any warnings given.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/jstransport.php

    r485 r674  
    5252                $mNames = ""; 
    5353                for($i=0; $i < 11; $i++) 
    54                         $mNames .= ', "'.strftime("%B", mktime(0, 0, 0, $i+1, 1, 1974)).'"'; 
     54                        $mNames .= ', "'.@strftime("%B", mktime(0, 0, 0, $i+1, 1, 1974)).'"'; 
    5555                $mNames = substr($mNames, 2); 
    5656 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.