diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-26 04:35:27 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-26 04:35:27 +0000 |
commit | c154f9f20a028ac3b3605ff5631739ef3fa41d52 (patch) | |
tree | 97c37a80a4e269898105a0dc9f293e3f3d553ab8 /core | |
parent | 837a5430b8ef578bba19850272c6e399756b792f (diff) |
Group Administration
Diffstat (limited to 'core')
-rw-r--r-- | core/views/form.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/form.html.php b/core/views/form.html.php index b3a779fe..5b00adb8 100644 --- a/core/views/form.html.php +++ b/core/views/form.html.php @@ -7,7 +7,7 @@ if ($class) { print "<!-- unused class in form.html.php: $class -->"; } if ($title) { - print "<!-- unused title in form.html.php: $title -->"; + print $title; } if (!function_exists("DrawForm")) { |