Ignore:
Timestamp:
2009/06/12 14:45:35 (15 years ago)
Author:
Seasoft
Message:

・SC_DbConn#getRow の改訂
・SC_Query#getRow の改訂
・SC_Query#update の改訂
・ソース整形

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/magazine/LC_Page_Magazine_Confirm.php

    r17590 r18098  
    252252 
    253253        // NULLも購読とみなす 
    254         if (count($mailResult) == 0 or ($mailResult[1] != null and $mailResult[1] != 2 )) { 
     254        if (count($mailResult) == 0 or ($mailResult['mailmaga_flg'] != null and $mailResult['mailmaga_flg'] != 2 )) { 
    255255            return false; 
    256256        } else { 
Note: See TracChangeset for help on using the changeset viewer.