Changeset 15801
- Timestamp:
- 12/29/11 00:02:15 (5 months ago)
- File:
-
- 1 edited
-
trunk/grid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/grid.php
r15795 r15801 24 24 } 25 25 26 $sAction = 'performAction' . ucfirst(bx_process_input(bx_get('a')));26 $sAction = 'performAction' . str_replace(' ', '', ucwords(str_replace('_' , ' ', bx_process_input(bx_get('a'))))); 27 27 if (method_exists($oGrid, $sAction)) { 28 28 $oGrid->$sAction();
Note: See TracChangeset
for help on using the changeset viewer.