phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soactor.inc.php class.soadmi...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soactor.inc.php class.soadmi...
Date: Fri, 03 Nov 2006 09:15:16 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/11/03 09:15:15

Modified files:
        inc            : class.soactor.inc.php 
                         class.soadmin_entity.inc.php 
                         class.soadmin_location.inc.php 
                         class.soagreement.inc.php 
                         class.sor_agreement.inc.php 
                         class.sos_agreement.inc.php 

Log message:
        all new column names in lowecase

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soactor.inc.php?cvsroot=phpgroupware&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soadmin_entity.inc.php?cvsroot=phpgroupware&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soadmin_location.inc.php?cvsroot=phpgroupware&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soagreement.inc.php?cvsroot=phpgroupware&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sor_agreement.inc.php?cvsroot=phpgroupware&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sos_agreement.inc.php?cvsroot=phpgroupware&r1=1.24&r2=1.25

Patches:
Index: class.soactor.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soactor.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- class.soactor.inc.php       31 Oct 2006 19:13:11 -0000      1.21
+++ class.soactor.inc.php       3 Nov 2006 09:15:15 -0000       1.22
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.soactor.inc.php,v 1.21 2006/10/31 19:13:11 
sigurdne Exp $
+       * @version $Id: class.soactor.inc.php,v 1.22 2006/11/03 09:15:15 
sigurdne Exp $
        */
 
        /**
@@ -682,7 +682,7 @@
                {
                        $table = 'fm_' . $this->role;
                        $attribute_table = 'fm_' . $this->role . '_attribute';
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);
@@ -878,7 +878,7 @@
                        $attribute_table = 'fm_' . $this->role . '_attribute';
                        $table = 'fm_' . $this->role;
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes((isset($attrib['default'])?$attrib['default']:''));

Index: class.soadmin_entity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soadmin_entity.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- class.soadmin_entity.inc.php        31 Oct 2006 09:50:56 -0000      1.27
+++ class.soadmin_entity.inc.php        3 Nov 2006 09:15:15 -0000       1.28
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.soadmin_entity.inc.php,v 1.27 2006/10/31 09:50:56 
sigurdne Exp $
+       * @version $Id: class.soadmin_entity.inc.php,v 1.28 2006/11/03 09:15:15 
sigurdne Exp $
        */
 
        /**
@@ -919,7 +919,7 @@
 
                function add_attrib($attrib)
                {
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['helpmsg'] = 
$this->db->db_addslashes($attrib['helpmsg']);
@@ -1036,7 +1036,7 @@
                {
                        $choice_table = 'fm_entity_choice';
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['helpmsg'] = 
$this->db->db_addslashes($attrib['helpmsg']);

Index: class.soadmin_location.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soadmin_location.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- class.soadmin_location.inc.php      31 Oct 2006 09:50:56 -0000      1.32
+++ class.soadmin_location.inc.php      3 Nov 2006 09:15:15 -0000       1.33
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.soadmin_location.inc.php,v 1.32 2006/10/31 
09:50:56 sigurdne Exp $
+       * @version $Id: class.soadmin_location.inc.php,v 1.33 2006/11/03 
09:15:15 sigurdne Exp $
        */
 
        /**
@@ -648,7 +648,7 @@
 
                function add_attrib($attrib)
                {
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);
@@ -830,7 +830,7 @@
                {
                        $choice_table ='fm_location_choice';
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);

Index: class.soagreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soagreement.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- class.soagreement.inc.php   31 Oct 2006 09:50:56 -0000      1.17
+++ class.soagreement.inc.php   3 Nov 2006 09:15:15 -0000       1.18
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.soagreement.inc.php,v 1.17 2006/10/31 09:50:56 
sigurdne Exp $
+       * @version $Id: class.soagreement.inc.php,v 1.18 2006/11/03 09:15:15 
sigurdne Exp $
        */
 
        /**
@@ -1134,7 +1134,7 @@
                function add_attrib($attrib)
                {
                        $attribute_table = 'fm_agreement_attribute';
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);
@@ -1347,7 +1347,7 @@
                        $attribute_table = 'fm_agreement_attribute';
                        $table = 'fm_agreement';
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);

Index: class.sor_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.sor_agreement.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- class.sor_agreement.inc.php 31 Oct 2006 09:50:56 -0000      1.16
+++ class.sor_agreement.inc.php 3 Nov 2006 09:15:15 -0000       1.17
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.sor_agreement.inc.php,v 1.16 2006/10/31 09:50:56 
sigurdne Exp $
+       * @version $Id: class.sor_agreement.inc.php,v 1.17 2006/11/03 09:15:15 
sigurdne Exp $
        */
 
        /**
@@ -1242,7 +1242,7 @@
                function add_attrib($attrib)
                {
                        $attribute_table = 'fm_r_agreement_attribute';
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);
@@ -1474,7 +1474,7 @@
                        $attribute_table = 'fm_r_agreement_attribute';
                        $table = 'fm_r_agreement';
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);

Index: class.sos_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.sos_agreement.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- class.sos_agreement.inc.php 31 Oct 2006 09:50:56 -0000      1.24
+++ class.sos_agreement.inc.php 3 Nov 2006 09:15:15 -0000       1.25
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.sos_agreement.inc.php,v 1.24 2006/10/31 09:50:56 
sigurdne Exp $
+       * @version $Id: class.sos_agreement.inc.php,v 1.25 2006/11/03 09:15:15 
sigurdne Exp $
        */
 
        /**
@@ -1120,7 +1120,7 @@
                function add_attrib($attrib)
                {
                        $attribute_table = 'fm_s_agreement_attribute';
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);
@@ -1350,7 +1350,7 @@
                        $attribute_table = 'fm_s_agreement_attribute';
                        $table = 'fm_s_agreement';
 
-                       $attrib['column_name'] = 
$this->db->db_addslashes($attrib['column_name']);
+                       $attrib['column_name'] = 
strtolower($this->db->db_addslashes($attrib['column_name']));
                        $attrib['input_text'] = 
$this->db->db_addslashes($attrib['input_text']);
                        $attrib['statustext'] = 
$this->db->db_addslashes($attrib['statustext']);
                        $attrib['default'] = 
$this->db->db_addslashes($attrib['default']);




reply via email to

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