phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.sql_entity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.sql_entity.inc.php
Date: Thu, 14 Sep 2006 17:37:17 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/14 17:37:17

Modified files:
        inc            : class.sql_entity.inc.php 

Log message:
        Fix for bug #17384

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.sql_entity.inc.php?cvsroot=phpgwapi&r1=1.6&r2=1.7

Patches:
Index: class.sql_entity.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.sql_entity.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- class.sql_entity.inc.php    7 Sep 2006 15:03:19 -0000       1.6
+++ class.sql_entity.inc.php    14 Sep 2006 17:37:17 -0000      1.7
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage database
-       * @version $Id: class.sql_entity.inc.php,v 1.6 2006/09/07 15:03:19 
skwashd Exp $
+       * @version $Id: class.sql_entity.inc.php,v 1.7 2006/09/14 17:37:17 
sigurdne Exp $
        * @internal Development of this application was funded by 
http://www.sogrp.com
        * @link http://www.sogrp.com/
        */
@@ -64,9 +64,9 @@
                // Just INSERT (update?)
                var $values;
                // Imported links
-               var $ilink;
+               var $ilink = array();
                // Exported links
-               var $elink;
+               var $elink = array();
                var $ondebug;
                var $table;
 




reply via email to

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