phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.db_tools.inc.php,1.7,1.8


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.db_tools.inc.php,1.7,1.8
Date: Sun, 02 Jun 2002 16:47:41 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv1550

Modified Files:
        class.db_tools.inc.php 
Log Message:
some minor changes to be compatible with the gtk ui

Index: class.db_tools.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.db_tools.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.db_tools.inc.php      11 May 2002 20:54:01 -0000      1.7
--- class.db_tools.inc.php      2 Jun 2002 20:47:38 -0000       1.8
***************
*** 145,149 ****
                                $this->data[$posted_table] = 
$this->content2table($content);
                        }
!                       if (isset($content['write_tables']))
                        {
                                if 
($this->needs_save('',$this->app,$this->table,$this->data[$posted_table]))
--- 145,149 ----
                                $this->data[$posted_table] = 
$this->content2table($content);
                        }
!                       if ($content['write_tables'])
                        {
                                if 
($this->needs_save('',$this->app,$this->table,$this->data[$posted_table]))
***************
*** 153,157 ****
                                $msg .= 
$this->messages[$this->write($this->app,$this->data) ? 'writen' : 
'error_writing'];
                        }
!                       elseif (isset($content['delete']))
                        {
                                list($col) = each($content['delete']);
--- 153,157 ----
                                $msg .= 
$this->messages[$this->write($this->app,$this->data) ? 'writen' : 
'error_writing'];
                        }
!                       elseif ($content['delete'])
                        {
                                list($col) = each($content['delete']);
***************
*** 163,167 ****
                                $this->changes[$posted_table][$key] = 
'**deleted**';
                        }
!                       elseif (isset($content['add_column']))
                        {
                                $this->data[$posted_table]['fd'][''] = array();
--- 163,167 ----
                                $this->changes[$posted_table][$key] = 
'**deleted**';
                        }
!                       elseif ($content['add_column'])
                        {
                                $this->data[$posted_table]['fd'][''] = array();




reply via email to

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