removing duplicate @global. @example requires full path or fails to get file from
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Oct 2004 09:33:04 +0000 (09:33 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Oct 2004 09:33:04 +0000 (09:33 +0000)
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
plugins/translate/config_default.php

index d529a1ac38a386cdfb791b9fe516e10af3fc29dc..1b4432284b57f8e73cad68fd385db8590816f7a8 100644 (file)
@@ -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;
index 101a74f39b4c722a69396993228744ac2fdbe97c..39616e8a397284a36c7b42d8e5ff820041e75402 100644 (file)
@@ -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;