Changeset 9932

Show
Ignore:
Timestamp:
11/14/08 15:49:20 (2 months ago)
Author:
afz
Message:

trim action name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/include/Jaws.php

    r9900 r9932  
    556556                        } 
    557557                        foreach (explode(",", $aProps[0]) as $type) { 
    558                             $tmp[$type][$aName] = array('name' => $name, 
    559                                                         'mode' => trim($type), 
    560                                                         'desc' => (isset($aProps[2])) ? $aProps[2] : '' 
    561                             ); 
     558                            $tmp[trim($type)][$aName] = array( 
     559                                                            'name' => $name, 
     560                                                            'mode' => trim($type), 
     561                                                            'desc' => (isset($aProps[2])) ? $aProps[2] : '' 
     562                                                        ); 
    562563                        } 
    563564                    }