[ghelda-devel] [31] Bugfix: udpate previous commit, sorry for that. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 31
Author: odyx
Date: 2009-04-29 14:27:47 +0200 (Wed, 29 Apr 2009)
Log Message:
-----------
Bugfix: udpate previous commit, sorry for that.
Modified Paths:
--------------
trunk/plugins/People.php
Modified: trunk/plugins/People.php
===================================================================
--- trunk/plugins/People.php 2009-04-29 12:27:43 UTC (rev 30)
+++ trunk/plugins/People.php 2009-04-29 12:27:47 UTC (rev 31)
@@ -228,7 +228,7 @@
continue;
}
// Re-check for the dates…
- elseif(array_key_exists(g_appendOld($fieldName),$_POST) && $fieldContent == $_POST[g_appenOld($fieldName)])
+ elseif(array_key_exists(g_appendOld($fieldName),$_POST) && $fieldContent == $_POST[g_appendOld($fieldName)])
continue;
}
$fieldsContents[$fieldName_] = $fieldContent;