phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/db/drivers/phpgw_firebird.php, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] api/db/drivers/phpgw_firebird.php, 1.1.2.1
Date: Thu, 20 May 2004 21:28:49 -0000

Update of /api/db/drivers
Added Files:
        Branch: proposal-branch
          phpgw_firebird.php

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +42 -0

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
No syntax errors detected in -
=====================================================================
<?php
        
/**************************************************************************\
        * phpGroupWare                                                          
   *
        * http://www.phpgroupware.org                                           
   *
        * 
-------------------------------------------------------------------------*
        * This library is part of the phpGroupWare API                          
   *
        * http://www.phpgroupware.org/api                                       
   * 
        * 
------------------------------------------------------------------------ *
        * This library is free software; you can redistribute it and/or modify 
it  *
        * under the terms of the GNU Lesser General Public License as published 
by *
        * the Free Software Foundation; either version 2.1 of the License,      
   *
        * or any later version.                                                 
   *
        * This library is distributed in the hope that it will be useful, but   
   *
        * WITHOUT ANY WARRANTY; without even the implied warranty of            
   *
        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  
   *
        * See the GNU Lesser General Public License for more details.           
   *
        * You should have received a copy of the GNU Lesser General Public 
License *
        * along with this library; if not, write to the Free Software 
Foundation,  *
        * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
   *
        
\**************************************************************************/

        /* $Id: phpgw_firebird.php,v 1.1.2.1 2004/04/16 20:59:49 seek3r Exp $ */
        /* $Source: 
/cvsroot/phpgroupware/api/db/drivers/Attic/phpgw_firebird.php,v $ */

        class hack_ADODB_firebird extends ADODB_firebird
        {
                function hack_ADODB_firebird()
                {
                        //
                }

                function &Execute($sql,$line,$file)
                {
                        $rs = &$this->hack_Execute($sql, $inputarr);
                        if (! $rs)
                        {
                                $GLOBALS['msgbox']->add('Error in database 
query: ',$line,$file,'debug',$sql);
                        }

                        return $rs;
                }
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]