[ghelda-devel] [64] Simple bugfix in g_functions.php |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 64
Author: odyx
Date: 2009-07-24 23:18:34 +0200 (Fri, 24 Jul 2009)
Log Message:
-----------
Simple bugfix in g_functions.php
Modified Paths:
--------------
trunk/inc/g_functions.php
Modified: trunk/inc/g_functions.php
===================================================================
--- trunk/inc/g_functions.php 2009-07-24 21:18:29 UTC (rev 63)
+++ trunk/inc/g_functions.php 2009-07-24 21:18:34 UTC (rev 64)
@@ -33,7 +33,7 @@
define('G_DB_PEOPLE_LOCALE','locale');
define('G_DB_PEOPLE_ID','people_id');
-function g_getFormattedField($ArrayVals,$type,$fieldName,$fieldSpec, $fieldIndex = NULL) {
+function g_getFormattedField($ArrayVals,$type,$fieldName,$fieldName_,$fieldSpec, $fieldIndex = NULL) {
// Two different behaviours
// Normal behavior
$value = $ArrayVals[$fieldName];