Changeset 5186 for temp/trunk/html/admin
- Timestamp:
- 2006/09/19 22:06:53 (20 years ago)
- Location:
- temp/trunk/html/admin/contents
- Files:
-
- 2 edited
-
csv.php (modified) (1 diff)
-
inquiry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/csv.php
r1328 r5186 102 102 if (is_array($arrData)) { 103 103 foreach($arrData as $key => $val){ 104 $upd_sql = "UPDATE dtb_csv SET status = 1, rank = ? WHERE csv_id = ? AND col = ? ";104 $upd_sql = "UPDATE dtb_csv SET status = 1, rank = ? , update_date = now() WHERE csv_id = ? AND col = ? "; 105 105 $objQuery->query($upd_sql, array($key+1, $csv_id,$val)); 106 106 } -
temp/trunk/html/admin/contents/inquiry.php
r5185 r5186 97 97 $question_id = $objQuery->nextval('dtb_question', 'question_id'); 98 98 } 99 $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date , update_date) VALUES (?, ?, ?, now(), now())", $sql_val );99 $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val ); 100 100 $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 101 101
Note: See TracChangeset
for help on using the changeset viewer.
