From f382add4eb83e2ce3dd8d392f3df6e83dc4a766f Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 27 Oct 2004 09:33:04 +0000 Subject: [PATCH] removing duplicate @global. @example requires full path or fails to get file from same directory. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8254 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/config-sample.php | 2 -- plugins/translate/config_default.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/translate/config-sample.php b/plugins/translate/config-sample.php index d529a1ac..1b443228 100644 --- a/plugins/translate/config-sample.php +++ b/plugins/translate/config-sample.php @@ -57,8 +57,6 @@ $disable_compose_translate=true; * If you enable custon translation engines, you must include * translate_custom(), translate_custom_showtrad() and * $translate_custom_showoption() functions in your config. - * @example config-sample.php - * @global bool $translate_custom_enabled */ global $translate_custom_enabled; $translate_custom_enabled=true; diff --git a/plugins/translate/config_default.php b/plugins/translate/config_default.php index 101a74f3..39616e8a 100644 --- a/plugins/translate/config_default.php +++ b/plugins/translate/config_default.php @@ -103,7 +103,7 @@ $disable_compose_translate=true; * If you enable custon translation engines, you must include * translate_form_custom(), translate_custom_showtrad() and * $translate_custom_showoption() functions in your config. - * @example config-sample.php + * See example in config-sample.php * @global bool $translate_custom_enabled */ global $translate_custom_enabled; -- 2.25.1