Changeset 331
- Timestamp:
- 06/23/08 18:37:34 (5 months ago)
- Files:
-
- notification/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
notification/lib.php
r330 r331 31 31 $posts_checked = ''; 32 32 $posts_and_comments_checked = ''; 33 myuserid = $_SESSION['userid'];33 $myuserid = $_SESSION['userid']; 34 34 $query = <<< END 35 35 SELECT n.comment_notification AS comment_notification
