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: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.sql_entity.inc.php
Date: Thu, 07 Sep 2006 15:03:19 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/07 15:03:19

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

Log message:
        fix notice

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

Patches:
Index: class.sql_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.sql_entity.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- class.sql_entity.inc.php    3 Sep 2006 06:15:27 -0000       1.5
+++ class.sql_entity.inc.php    7 Sep 2006 15:03:19 -0000       1.6
@@ -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.5 2006/09/03 06:15:27 
skwashd Exp $
+       * @version $Id: class.sql_entity.inc.php,v 1.6 2006/09/07 15:03:19 
skwashd Exp $
        * @internal Development of this application was funded by 
http://www.sogrp.com
        * @link http://www.sogrp.com/
        */
@@ -455,10 +455,12 @@
                function add_insert_element($false_field,$field,$value)
                {
                        
$this->inserts[$this->insert_index]['data'][$false_field] = array('field' => 
$field, 'value' => $value);
-                       $this->ldebug('add_insert_element',
-                                         array('False Field' => $false_field,
+                       $this->ldebug('add_insert_element', array
+                       (
+                               'False Field'   => $false_field,
                                                'DB Field' => $field,
-                                               'Value' => $value_insert));
+                               'Value'                 => $value
+                       ));
                }
 
                /*************************************************************\




reply via email to

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