Changeset 1432 for trunk/include
- Timestamp:
- Jul 4, 2006, 1:06:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_notification.inc.php
r1112 r1432 34 34 * 35 35 * @param string action ('count' or 'info') 36 * @param string type of query ('new_comments', 'unvalidated_comments', 'new_elements', 'updated_categories', ' 36 * @param string type of query ('new_comments', 'unvalidated_comments', 'new_elements', 'updated_categories', 'new_users', 'waiting_elements') 37 37 * @param string start (mysql datetime format) 38 38 * @param string end (mysql datetime format) … … 81 81 ;'; 82 82 break; 83 case ' 83 case 'new_users': 84 84 $query = ' 85 85 FROM '.USER_INFOS_TABLE.' … … 117 117 $field_id = 'category_id'; 118 118 break; 119 case ' 119 case 'new_users': 120 120 $field_id = 'user_id'; 121 121 break; … … 145 145 $fields = array('category_id'); 146 146 break; 147 case ' 147 case 'new_users': 148 148 $fields = array('user_id'); 149 149 break;
Note: See TracChangeset
for help on using the changeset viewer.