Changeset 4608 for temp/trunk/html/regist/index.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/regist/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/regist/index.php
r2812 r4608 143 143 if (! $objErr->arrErr["id"]) { 144 144 145 $sql = "SELECT customer_id FROM dtb_customer WHERE secret_key = ? AND status = 1 AND del ete= 0";145 $sql = "SELECT customer_id FROM dtb_customer WHERE secret_key = ? AND status = 1 AND del_flg = 0"; 146 146 $result = $objConn->getOne($sql, array($array["id"])); 147 147
Note: See TracChangeset
for help on using the changeset viewer.
