From f0a4a973b467c8232ff9d124b25d6015b549dfcd Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 31 Oct 2005 17:26:58 +0000 Subject: [PATCH] update @since tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10207 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config_default.php b/config/config_default.php index 1db8ddee..6d1bb653 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -887,25 +887,25 @@ $prefs_val_size = 65536; /** * DSN of global address book database * @global string $addrbook_global_dsn - * @since 1.5.1 + * @since 1.5.1 and 1.4.4 */ $addrbook_global_dsn = ''; /** * Table used for global database address book * @global string $addrbook_global_table - * @since 1.5.1 + * @since 1.5.1 and 1.4.4 */ $addrbook_global_table = 'global_abook'; /** * Control writing into global database address book * @global boolean $addrbook_global_writeable - * @since 1.5.1 + * @since 1.5.1 and 1.4.4 */ $addrbook_global_writeable = false; /** * Control listing of global database address book * @global boolean $addrbook_global_listing - * @since 1.5.1 + * @since 1.5.1 and 1.4.4 */ $addrbook_global_listing = false; -- 2.25.1