HomeHelpTrac

Changeset 15801


Ignore:
Timestamp:
12/29/11 00:02:15 (5 months ago)
Author:
Anton Lesnikov
Message:

Minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grid.php

    r15795 r15801  
    2424} 
    2525 
    26 $sAction = 'performAction' . ucfirst(bx_process_input(bx_get('a'))); 
     26$sAction = 'performAction' . str_replace(' ', '', ucwords(str_replace('_' , ' ', bx_process_input(bx_get('a'))))); 
    2727if (method_exists($oGrid, $sAction)) { 
    2828    $oGrid->$sAction(); 
Note: See TracChangeset for help on using the changeset viewer.