Changeset 17985
- Timestamp:
- 10/07/08 12:14:42 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.admin.user/handler/list.php
r17984 r17985 224 224 return true; 225 225 } 226 226 227 227 /** 228 228 * Internal helper for showing the groups recursively … … 231 231 * @param int $id 232 232 * @param array &$data 233 * @param int $level 233 234 */ 234 235 function list_groups_for_select($id, &$data, $level) … … 289 290 } 290 291 } 291 292 292 293 /** 293 294 * Show list of the style elements for the currently edited topic component
