예제 #1
0
 function Fetch()
 {
     if ($res = parent::Fetch()) {
         $res["PASSWORD"] = CMailUtil::Decrypt($res["PASSWORD"]);
     }
     return $res;
 }