fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12754]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12754]
Date: Tue, 17 Feb 2015 00:03:41 +0000

Revision: 12754
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12754
Author:   nelson224
Date:     2015-02-17 00:03:40 +0000 (Tue, 17 Feb 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiproject.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiproject.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-02-17 00:03:24 UTC (rev 12753)
+++ branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-02-17 00:03:40 UTC (rev 12754)
@@ -1302,7 +1302,6 @@
                                
                                if($this->receipt['error'] && 
!$this->bypass_error)
                                {
-                                       print_r($this->receipt['error']); die;
                                        if(isset($values['location']) && 
is_array($values['location']))
                                        {
                                                $location_code=implode("-", 
$values['location']);
@@ -2160,7 +2159,7 @@
                                        'edit_action'                           
                => $GLOBALS['phpgw']->link('/index.php',array('menuaction' => 
'property.uiproject.edit', 'id' => $id)),
                                        'lang_edit_statustext'                  
        => lang('Edit this entry '),
                                        'lang_edit'                             
                        => lang('Edit'),
-
+                                       'validator'                             
                        => 
phpgwapi_jquery::formvalidator_generate(array('location', 'date', 'security', 
'file'))
                                );
                        //_debug_array($data);die;
 




reply via email to

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