phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.5


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.5,1.6
Date: Sun, 23 Jun 2002 13:10:05 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv27922/phpgwapi/inc

Modified Files:
        class.schema_proc_mysql.inc.php 
Log Message:
GNU Patch #304.

Index: class.schema_proc_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_mysql.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.schema_proc_mysql.inc.php     11 Apr 2002 14:12:34 -0000      1.5
--- class.schema_proc_mysql.inc.php     23 Jun 2002 17:10:03 -0000      1.6
***************
*** 253,257 ****
                                        $null = "'nullable' => False";
                                }
!                               if ($oProc->m_odb->f(4))
                                {
                                        $default = "'default' => 
'".$oProc->m_odb->f(4)."'";
--- 253,257 ----
                                        $null = "'nullable' => False";
                                }
!                               if ($oProc->m_odb->f(4) != '')
                                {
                                        $default = "'default' => 
'".$oProc->m_odb->f(4)."'";




reply via email to

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