Index: openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml 29 Oct 2002 17:50:09 -0000 1.2
+++ openacs-4/packages/forums/catalog/forums.en_US.ISO-8859-1.xml 11 Nov 2002 19:23:16 -0000 1.3
@@ -91,7 +91,6 @@
On
Forum ID
Edit forum
- Forum Administration: Bad Scoping of Forum #%forum_id% in Forum Editing
email
disabled
need to provide a message to display attachments!
@@ -103,5 +102,11 @@
approve
Confirm Post to Forum:
Search:
+ Search
Posted
+ Fwd:
+ text
+ Please enter a subject
+ Please enter a message
+ Forum:
Index: openacs-4/packages/forums/www/admin/forum-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-edit.tcl,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/forums/www/admin/forum-edit.tcl 25 Oct 2002 13:00:03 -0000 1.9
+++ openacs-4/packages/forums/www/admin/forum-edit.tcl 11 Nov 2002 19:23:17 -0000 1.10
@@ -57,7 +57,7 @@
# Proper scoping?
if {$package_id != $forum(package_id)} {
- ns_log Error [_ [ad_conn locale] forums.bad_scoping_lt "Forum Administration: Bad Scoping of Forum #%forum_id% in Forum Editing" [list forum_id $forum_id] ]
+ ns_log Error "Forum Administration: Bad Scoping of Forum #$forum_id in Forum Editing"
ad_returnredirect "./"
ad_script_abort
}
@@ -74,6 +74,3 @@
}
ad_return_template
-
-
-