phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18978] partial fix : commented 'per_full_name' block


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18978] partial fix : commented 'per_full_name' block in map because it' s not a rela database field and and empty 'field' field it brings an error in SQL request for contact_person :
Date: Sat, 25 Oct 2008 20:24:47 +0000

Revision: 18978
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18978
Author:   maat
Date:     2008-10-25 20:24:47 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
partial fix : commented 'per_full_name' block in map because it's not a rela 
database field and and empty 'field' field it brings an error in SQL request 
for contact_person :
"select ..... , AS per_full_name ..." <-- syntax error = nothing between the 
comma and the AS
(this issue will probably need a deeper look)

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.contact_person.inc.php

Modified: core/trunk/phpgwapi/inc/class.contact_person.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.contact_person.inc.php        2008-10-25 
20:19:33 UTC (rev 18977)
+++ core/trunk/phpgwapi/inc/class.contact_person.inc.php        2008-10-25 
20:24:47 UTC (rev 18978)
@@ -49,13 +49,13 @@
                                                                 'sort'         
=> '',
                                                                 'field'        
=> '',
                                                                 'type'         
=> 'integer'),
-                                'per_full_name'        => array('select'       
=> 'full_name',
-                                                                'criteria'     
=> '',
-                                                                'insert'       
=> '',
-                                                                'update'       
=> '',
-                                                                'delete'       
=> '',
-                                                                'sort'         
=> '',
-                                                                'field'        
=> ''),
+//                              'per_full_name'        => array('select'       
=> 'full_name',
+//                                                              'criteria'     
=> '',
+//                                                              'insert'       
=> '',
+//                                                              'update'       
=> '',
+//                                                              'delete'       
=> '',
+//                                                              'sort'         
=> '',
+//                                                              'field'        
=> ''),
                                 'per_first_name'       => array('select'       
=> '',
                                                                 'criteria'     
=> '',
                                                                 'insert'       
=> '',






reply via email to

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