phpBMS

Show
Ignore:
Timestamp:
02/22/07 10:44:47 (5 years ago)
Author:
brieb
Message:

Implemented #46. Started coding for #46. Fixed several SQL install errors with invoices, tabledefs, and invoicestatuses.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/datepicker.php

    r146 r191  
    4747                $todayArray=getdate($today); 
    4848                if($selectedDate!="0000-00-00"){ 
    49                         $selDate=dateFromSQLDate($selectedDate); 
     49                        $selDate=stringToDate($selectedDate,"SQL"); 
    5050                        $tempDate=getdate($selDate); 
    5151                        $displayLongDate=$tempDate["month"]." ".$tempDate["mday"].", ".$tempDate["year"]; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.