Changeset 5162 for temp/trunk/html/admin/mail
- Timestamp:
- 2006/09/19 20:13:19 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/template_input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/template_input.php
r4608 r5162 88 88 $query->update("dtb_mailmaga_template", $sqlval, "template_id=".$id ); 89 89 } else { 90 $sqlval['create_date'] = "now()"; 90 91 $query->insert("dtb_mailmaga_template", $sqlval); 91 92 } 92 93 } 93 94 95 94 96 95 function lfConvData( $data ){
Note: See TracChangeset
for help on using the changeset viewer.
