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/report/general_labels.php

    r164 r186  
    6363                $reportquerystatement.=$_SESSION["printing"]["whereclause"].$sortorder; 
    6464                $thequery=mysql_query($reportquerystatement,$dblink); 
    65                 if(!$thequery) die("No records, or invlaid SQL statement:<BR>".$reportquerystatement); 
     65                if(!$thequery) die("No records, or invlaid SQL statement:<br />".$reportquerystatement); 
    6666                //=================================================================================================== 
    6767                // Generating PDF File. 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.