Changeset 644 for trunk/phpbms/modules
- Timestamp:
- 09/24/09 12:24:23 (3 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/include/notes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/notes.php
r641 r644 1057 1057 ( 1058 1058 ( 1059 `notes`.`createdby = '".$_SESSION["userinfo"]["id"]."'1059 `notes`.`createdby` = '".$_SESSION["userinfo"]["id"]."' 1060 1060 OR 1061 1061 `notes`.`assignedtoid` = '".$_SESSION["userinfo"]["uuid"]."'