Changeset 6157
- Timestamp:
- 06/03/07 02:01:44 (1 year ago)
- Files:
-
- trunk/midcom/midcom.helper.imagepopup/viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.imagepopup/viewer.php
r3931 r6157 41 41 'variable_args' => 1, 42 42 ); 43 44 // Match /unified/<schema>/<object guid> 45 $object->_request_switch['list_unified'] = Array ( 46 'handler' => Array('midcom_helper_imagepopup_handler_list', 'list'), 47 'fixed_args' => Array('unified'), 48 'variable_args' => 2, 49 ); 50 51 // Match /unified/<schema> 52 $object->_request_switch['list_unified_noobject'] = Array ( 53 'handler' => Array('midcom_helper_imagepopup_handler_list', 'list'), 54 'fixed_args' => Array('unified'), 55 'variable_args' => 1, 56 ); 43 57 44 58 // Match /<schema>/<object guid>
