Changeset 13845 for branches/dev/html
- Timestamp:
- 2007/05/31 10:54:57 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/mail_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/mail_template.php
r13844 r13845 44 44 for($i = 0;$i < count($list_data);$i++){ 45 45 $split_data = explode(".",$list_data[$i]["create_date"]); 46 print_r($split_data); 47 $list_data[$i]["create_datae"] = $split_data[0]; 46 $list_data[$i]["create_date"] = $split_data[0]; 48 47 } 49 48
Note: See TracChangeset
for help on using the changeset viewer.
