phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/report/notes_summary.php

    r145 r186  
    5454                                                FROM notes INNER JOIN users on notes.createdby=users.id ".$_SESSION["printing"]["whereclause"].$sortorder; 
    5555        $thequery=mysql_query($querystatement,$dblink); 
    56         if(!$thequery) die("No records, or invlaid SQL statement:<BR>".$querystatement); 
     56        if(!$thequery) die("No records, or invlaid SQL statement:<br />".$querystatement); 
    5757        //=================================================================================================== 
    5858        // Generating PDF File. 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.