phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] messenger/setup tables_current.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] messenger/setup tables_current.inc.php
Date: Sun, 01 Oct 2006 13:06:23 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    messenger
Changes by:     Dave Hall <skwashd>     06/10/01 13:06:23

Modified files:
        setup          : tables_current.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/messenger/setup/tables_current.inc.php?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/messenger/setup/tables_current.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tables_current.inc.php      18 Jul 2001 05:06:02 -0000      1.2
+++ tables_current.inc.php      1 Oct 2006 13:06:23 -0000       1.3
@@ -12,7 +12,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: tables_current.inc.php,v 1.2 2001/07/18 05:06:02 milosch Exp $ 
*/
+       /* $Id: tables_current.inc.php,v 1.3 2006/10/01 13:06:23 skwashd Exp $ 
*/
 
        $phpgw_baseline = array(
                'phpgw_messenger_messages' => array(
@@ -20,7 +20,7 @@
                                'message_id' => array('type' => 'auto', 
'precision' => 4,'nullable' => False),
                                'message_owner' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'message_from' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
-                               'message_status' => array(type => 'char', 
'precision' => 1,'nullable' => False),
+                               'message_status' => array('type' => 'char', 
'precision' => 1,'nullable' => False),
                                'message_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'message_subject' => array('type' => 
'text','nullable' => False),
                                'message_content' => array('type' => 
'text','nullable' => False)




reply via email to

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