fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10496] property: debug


From: Sigurd Nes
Subject: [Fmsystem-commits] [10496] property: debug
Date: Fri, 09 Nov 2012 09:51:44 +0000

Revision: 10496
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10496
Author:   sigurdne
Date:     2012-11-09 09:51:44 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
property: debug

Modified Paths:
--------------
    trunk/property/inc/class.uiimport.inc.php

Modified: trunk/property/inc/class.uiimport.inc.php
===================================================================
--- trunk/property/inc/class.uiimport.inc.php   2012-11-09 08:22:47 UTC (rev 
10495)
+++ trunk/property/inc/class.uiimport.inc.php   2012-11-09 09:51:44 UTC (rev 
10496)
@@ -304,6 +304,11 @@
                        if($this->table && $this->fields)
                        {
                                $metadata = $this->db->metadata($this->table);
+
+                               if(phpgw::get_var('debug', 'bool'))
+                               {
+                                       _debug_array($metadata);
+                               }
                                
                                foreach($this->fields as $field)
                                {




reply via email to

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