phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.db_sapdb.inc.php, 1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.db_sapdb.inc.php, 1.1.2.3
Date: Mon, 28 Jun 2004 09:08:09 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.db_sapdb.inc.php

date: 2004/06/28 07:08:09;  author: powerstat;  state: Exp;  lines: +10 -15

Log Message:
phpdoc update
=====================================================================
Index: phpgwapi/inc/class.db_sapdb.inc.php
diff -u phpgwapi/inc/class.db_sapdb.inc.php:1.1.2.2 
phpgwapi/inc/class.db_sapdb.inc.php:1.1.2.3
--- phpgwapi/inc/class.db_sapdb.inc.php:1.1.2.2 Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.db_sapdb.inc.php Mon Jun 28 07:08:09 2004
@@ -14,6 +14,7 @@
      *
      * @package phpgwapi
      * @subpackage database
+        * @ignore
      */
        class db extends db_
        {
@@ -167,12 +168,6 @@
          */
                function query($Query_String, $line = '', $file = '')
                {
-
-
-
- 
-
-            
                        /* No empty queries, please, since PHP4 chokes on them. 
                         * The empty query string is passed on from the 
constructor,
                         * when calling the class without a query, e.g. in 
situations
@@ -183,7 +178,7 @@
                                return 0;
                        }
 
-                       # New query, discard previous result.
+                       // New query, discard previous result.
                        if ($this->Query_ID)
                        {
                                $this->free();
@@ -351,7 +346,6 @@
                         * $field are required, but unused here since it's 
unnecessary for mysql.  For compatibility
                         * with pgsql, the params must be supplied.
                         */
-
                        if (!isset($table) || $table == '' || !isset($field) || 
$field == '')
                        {
                                return -1;
@@ -578,12 +572,13 @@
 
 
         /**
-         * Error handler
-         *
-         * @param string $msg error message
-         * @param integer $line line of calling method/function (optional)
-         * @param string $file file of calling method/function (optional)
-         */
+        * Error handler
+        *
+        * @param string $msg error message
+        * @param integer $line line of calling method/function (optional)
+        * @param string $file file of calling method/function (optional)
+               * @access private
+        */
                function halt($msg, $line = '', $file = '')
                {
                        $this->Error = @odbc_errormsg($this->Link_ID);  // need 
to be BEFORE unlock,




reply via email to

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