phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.db_odbc.inc.php, 1.7


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.db_odbc.inc.php, 1.7
Date: Thu, 27 May 2004 06:56:28 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: 
          class.db_odbc.inc.php

date: 2004/05/27 04:56:28;  author: skwashd;  state: Exp;  lines: +17 -14

Log Message:
merging 16 changes
=====================================================================
Index: phpgwapi/inc/class.db_odbc.inc.php
diff -u phpgwapi/inc/class.db_odbc.inc.php:1.6 
phpgwapi/inc/class.db_odbc.inc.php:1.7
--- phpgwapi/inc/class.db_odbc.inc.php:1.6      Thu Oct  9 03:31:32 2003
+++ phpgwapi/inc/class.db_odbc.inc.php  Thu May 27 04:56:28 2004
@@ -1,19 +1,22 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare API - ODBC Database support                                 *
-  * Copyright (c) 1998,1999 SH Online Dienst GmbH Boris Erdmann,             *
-  * Kristian Koehntopp                                                       *
-  * ------------------------------------------------------------------------ *
-  * This is not part of phpGroupWare, but is used by phpGroupWare.           * 
-  * http://www.phpgroupware.org/                                             * 
-  * ------------------------------------------------------------------------ *
-  * This program 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.                                                       *
-  \**************************************************************************/
-  /* $Id$ */
+       /**
+       * Database class for ODBC
+       * @author SH Online Dienst GmbH Boris Erdmann, Kristian Koehntopp
+       * @copyright Copyright (C) 1998-1999 SH Online Dienst GmbH Boris 
Erdmann, Kristian Koehntopp
+       * @copyright Portions Copyright (C) 2003,2004 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @link http://www.sanisoft.com/phplib/manual/DB_sql.php
+       * @package phpgwapi
+       * @subpackage database
+       * @version $Id$
+       */
 
+       /**
+       * Database class for ODBC
+       * 
+       * @package phpgwapi
+       * @subpackage database
+       */
        class db
        {
                var $UseODBCCursor = 0;




reply via email to

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