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'
=> '',
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs