- Timestamp:
- Jun 20, 2012, 5:56:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_functions.inc.php
r15850 r15851 2308 2308 { 2309 2309 $updates['status'] = $params['status']; 2310 2311 if ('private' == $updates['status']) 2312 { 2313 add_permission_on_category($creation_output['id'], get_admins()); 2314 } 2310 2315 } 2311 2316 if ( !empty($params['visible']) and in_array($params['visible'], array('true','false')) )
Note: See TracChangeset
for help on using the changeset viewer.