Changeset 727 for trunk/phpbms/modules/base/notes_addedit.php
- Timestamp:
- 01/07/10 11:16:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/notes_addedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/notes_addedit.php
r703 r727 37 37 +-------------------------------------------------------------------------+ 38 38 */ 39 //var_dump($_POST); 40 //exit; 39 41 40 require_once("../../include/session.php"); 42 41 require_once("include/fields.php"); … … 58 57 $thetable = new notes($db, "tbld:a4cdd991-cf0a-916f-1240-49428ea1bdd1", $backurl); 59 58 $therecord = $thetable->processAddEditPage(); 59 60 if($therecord["private"] && $therecord["createdby"] != $_SESSION["userinfo"]["id"] && !$_SESSION["userinfo"]["admin"]) 61 goURL("../../noaccess.php"); 60 62 61 63 if(isset($therecord["phpbmsStatus"]))