Changeset 3618 for temp/trunk
- Timestamp:
- 2006/09/01 01:07:39 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/customer/edit_confirm.tpl (modified) (previous)
-
html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r3617 r3618 90 90 $arrSearch = $_POST['search_data']; 91 91 } 92 if( count($arrSearch) > 0){92 if(is_array($arrSearch)){ 93 93 foreach($arrSearch as $key => $val){ 94 94 $arrSearchData[$key] = $val;
Note: See TracChangeset
for help on using the changeset viewer.
