Changeset 16229 for branches/rel
- Timestamp:
- 2007/10/02 12:30:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/data/lib/slib.php
r15337 r16229 1913 1913 } 1914 1914 1915 /* ²ñ°÷ ¤Î¥á¥ë¥Þ¥¬ÅÐÏ¿¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¥Á¥§¥Ã¥¯(²¾²ñ°÷¤ò´Þ¤Þ¤Ê¤¤) */1915 /* ²ñ°÷ÅÐÏ¿¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¥Á¥§¥Ã¥¯(²¾²ñ°÷¤ò´Þ¤Þ¤Ê¤¤) */ 1916 1916 function sfCheckCustomerMailMaga($email) { 1917 1917 $col = "email, mailmaga_flg, customer_id"; 1918 1918 $from = "dtb_customer"; 1919 $where = "email = ? AND status = 2 ";1919 $where = "email = ? AND status = 2 AND del_flg = 0"; 1920 1920 $objQuery = new SC_Query(); 1921 1921 $arrRet = $objQuery->select($col, $from, $where, array($email));
Note: See TracChangeset
for help on using the changeset viewer.