- Timestamp:
- 02/16/07 11:59:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/notes_records_process.php
r166 r186 66 66 $thequery = "delete from notes where (createdby=".$_SESSION["userinfo"]["id"]." or assignedtoid=".$_SESSION["userinfo"]["id"].") and (".$dwhereclause.");"; 67 67 $theresult = mysql_query($thequery); 68 if (!$theresult) die ("Couldn't Update: ".mysql_error($dblink)."< BR>\n SQL STATEMENT [".$thequery."]");68 if (!$theresult) die ("Couldn't Update: ".mysql_error($dblink)."<br />\n SQL STATEMENT [".$thequery."]"); 69 69 break; 70 70 case "edit/view":