Changeset 186 for trunk/phpbms/modules/base/report/notes_summary.php
- Timestamp:
- 02/16/07 11:59:50 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/report/notes_summary.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/report/notes_summary.php
r145 r186 54 54 FROM notes INNER JOIN users on notes.createdby=users.id ".$_SESSION["printing"]["whereclause"].$sortorder; 55 55 $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); 57 57 //=================================================================================================== 58 58 // Generating PDF File.