Changeset 11861
- Timestamp:
- Jun 5, 2009, 8:35:44 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/admin/page/send_messages_search.php
r11849 r11861 11 11 { 12 12 $cond_list = validate_cond($_REQUEST['cond']); 13 $validate_cond_list = validate_cond($_REQUEST); 14 $profile_cond_list = validate_profile_cond($validate_cond_list['profile']); 13 $profile_cond_list = validate_profile_cond($_REQUEST['profile']); 15 14 16 15 $profile_value_list = array(); -
OpenPNE/trunk/webapp/modules/admin/validate/page/send_messages_search.ini
r11849 r11861 10 10 [profile] 11 11 is_array = 1 12 13 [mail_address]14 type = "string"
Note: See TracChangeset
for help on using the changeset viewer.