phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.db_oracle.inc.php, 1.10


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

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

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

Log Message:
merging 16 changes
=====================================================================
Index: phpgwapi/inc/class.db_oracle.inc.php
diff -u phpgwapi/inc/class.db_oracle.inc.php:1.9 
phpgwapi/inc/class.db_oracle.inc.php:1.10
--- phpgwapi/inc/class.db_oracle.inc.php:1.9    Thu Oct  9 03:31:32 2003
+++ phpgwapi/inc/class.db_oracle.inc.php        Thu May 27 04:56:28 2004
@@ -1,20 +1,22 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare API -                                                    
   *
-       * Copyright (c) 1998-2000 Luis Francisco Gonzalez Hernandez             
   *
-       * Oracle accessor based on Session Management for PHP3                  
   *
-       * 
------------------------------------------------------------------------ *
-       * 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 Oracle
+       * @author Luis Francisco Gonzalez Hernandez
+       * @copyright Copyright (C) 1998-2000 Luis Francisco Gonzalez Hernandez
+       * @copyright Portions Copyright (C) 2001-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 Oracle
+       * 
+       * @package phpgwapi
+       * @subpackage database
+       */
        class db
        {
                var $Remote = 1;




reply via email to

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