- Timestamp:
- 01/09/12 00:45:02 (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
-
samples/BxGridMy.php (modified) (2 diffs)
-
templates/base/images/icons/cross-script.png (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/BxGridMy.php
r15727 r15856 83 83 'params' => array ( 84 84 'db' => array( 85 'table' => 'Profiles ',85 'table' => 'Profiles_!!!', 86 86 'key' => 'ID', 87 87 'submit_name' => 'do_submit', … … 216 216 'grid' => $this->getCode(false), 217 217 'blink' => $aIdsAffected, 218 'eval' => 'alert(22)', 218 219 ), 219 220 $iAffected ? array () : array('msg' => "Profile(s) activation failed")
Note: See TracChangeset
for help on using the changeset viewer.