From cb2d27c78dbac76d396d2c254e6aefa1154ad1e4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Apr 2003 06:17:02 +0000 Subject: - Patch by Ax. Fixed some syntax errors: - case t("whatever"); + case t("whatever"): --- modules/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 2d13bd46c..bee2643f0 100644 --- a/modules/book.module +++ b/modules/book.module @@ -716,7 +716,7 @@ function book_admin() { case "orphan": print book_admin_orphan(); break; - case t("Save book pages"); + case t("Save book pages"): print status(book_admin_save(arg(3), $edit)); // fall through: default: -- cgit v1.2.3