Show
Ignore:
Timestamp:
05/23/08 21:16:38 (6 months ago)
Author:
inureyes
Message:

#711

  • stat 관련 쿼리 및 남은 mysql 종속성의 encapsulation.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/setting/filter/change/index.php

    r5285 r6000  
    3030        $isAjaxRequest ? respond::PrintResult(array('error' => 0)) : header("Location: ".$_SERVER['HTTP_REFERER']); 
    3131    } else { 
    32         $isAjaxRequest ? respond::PrintResult(array('error' => 1, 'msg' => mysql_error())) : header("Location: ".$_SERVER['HTTP_REFERER']); 
     32        $isAjaxRequest ? respond::PrintResult(array('error' => 1, 'msg' => POD::error())) : header("Location: ".$_SERVER['HTTP_REFERER']); 
    3333    } 
    3434} else { 
     
    3838        $isAjaxRequest ? respond::PrintResult(array('error' => 0)) : header("Location: ".$_SERVER['HTTP_REFERER']); 
    3939    else 
    40         $isAjaxRequest ? respond::PrintResult(array('error' => 1, 'msg' => mysql_error())) : header("Location: ".$_SERVER['HTTP_REFERER']); 
     40        $isAjaxRequest ? respond::PrintResult(array('error' => 1, 'msg' => POD::error())) : header("Location: ".$_SERVER['HTTP_REFERER']); 
    4141} 
    4242?>