Changeset 186 for trunk/phpbms/report/general_labels.php
- Timestamp:
- 02/16/07 11:59:50 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/report/general_labels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/report/general_labels.php
r164 r186 63 63 $reportquerystatement.=$_SESSION["printing"]["whereclause"].$sortorder; 64 64 $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); 66 66 //=================================================================================================== 67 67 // Generating PDF File.