Changeset 2789
- Timestamp:
- 2006/08/29 21:49:10 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 4 edited
-
data/class/SC_DbConn.php (modified) (1 diff)
-
html/admin/contents/csv_sql.php (modified) (1 diff)
-
html/admin/design/index.php (modified) (1 diff)
-
html/products/favorite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r1333 r2789 155 155 mb_send_mail ( $this->error_mail_to, $this->error_mail_title, "${errmsg}\n".date("Y/m/d H:i:s") ); 156 156 157 exit( sfprintr($errmsg));157 exit(); 158 158 } 159 159 } -
temp/trunk/html/admin/contents/csv_sql.php
r1328 r2789 42 42 // ¥Ç¡¼¥¿¤ÎÅÐÏ¿ 43 43 case "confirm": 44 //$code = mb_internal_encoding();45 //sfprintr($code);46 47 44 // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 48 45 $objPage->arrErr = lfCheckError($_POST); -
temp/trunk/html/admin/design/index.php
r2568 r2789 364 364 unlink($del_tpl); 365 365 } 366 367 sfprintr(ROOT_DIR . $arrPageData[0]['tpl_dir'].$arrPageData[0]['filename'].".tpl");368 369 // exit;370 366 371 367 // tpl¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ -
temp/trunk/html/products/favorite.php
r1328 r2789 22 22 $col= "'".$_SESSION['customer']['customer_id']."','".$_POST['product_id']."','1','now()','now()' "; 23 23 $objQuery->exec("INSERT INTO dtb_customer_favorite VALUES (".$col.")"); 24 $objQuery->getLastQuery(true);25 24 break; 26 25 }
Note: See TracChangeset
for help on using the changeset viewer.
