Ignore:
Timestamp:
2013/08/02 13:22:57 (11 years ago)
Author:
Seasoft
Message:

#2322 (セッションのGC処理がエラーとなる)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/module/MDB2/Driver/Function/mysql.php

    r20764 r23022  
    4343// +----------------------------------------------------------------------+ 
    4444// 
    45 // $Id: mysql.php,v 1.12 2008/02/17 18:54:08 quipo Exp $ 
     45// $Id: mysql.php 327310 2012-08-27 15:16:18Z danielc $ 
    4646// 
    4747 
     
    7272     * @access public 
    7373     */ 
    74     function &executeStoredProc($name, $params = null, $types = null, $result_class = true, $result_wrap_class = false) 
     74    function executeStoredProc($name, $params = null, $types = null, $result_class = true, $result_wrap_class = false) 
    7575    { 
    76         $db =& $this->getDBInstance(); 
    77         if (PEAR::isError($db)) { 
     76        $db = $this->getDBInstance(); 
     77        if (MDB2::isError($db)) { 
    7878            return $db; 
    7979        } 
Note: See TracChangeset for help on using the changeset viewer.