From 85b6550b25a90dd8dbfbb4905eaf39bde89ed468 Mon Sep 17 00:00:00 2001 From: xzilla Date: Wed, 31 Oct 2007 03:40:05 +0000 Subject: [PATCH] fix class definition, fix typo --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index e06d9d81..3415612c 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ /** * Manage functions in a database * - * $Id: functions.php,v 1.68 2007/09/13 13:41:01 ioguix Exp $ + * $Id: functions.php,v 1.69 2007/10/31 03:40:05 xzilla Exp $ */ // Include application functions @@ -484,9 +484,9 @@ htmlspecialchars($_POST['formDefinition']), "\n"; } - // Display function properies + // Display function properties if (is_array($data->funcprops) && sizeof($data->funcprops) > 0) { - echo "{$lang['strproperties']}\n"; + echo "{$lang['strproperties']}\n"; echo "\n"; $i = 0; foreach ($data->funcprops as $k => $v) { -- 2.39.5