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.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.6.2.1,1.6.2.2
Date: Mon, 05 May 2003 15:31:06 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.schema_proc_mysql.inc.php 
Log Message:
gnu-patch #740


Index: class.schema_proc_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_mysql.inc.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** class.schema_proc_mysql.inc.php     27 Mar 2003 00:00:39 -0000      1.6.2.1
--- class.schema_proc_mysql.inc.php     5 May 2003 19:31:03 -0000       1.6.2.2
***************
*** 37,41 ****
                        {
                                case 'auto':
!                                       $sTranslated = 'int(11) auto_increment';
                                        break;
                                case 'blob':
--- 37,41 ----
                        {
                                case 'auto':
!                                       $sTranslated = 'int(11) auto_increment 
not null';
                                        break;
                                case 'blob':





reply via email to

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