From 360ef370f4a65e3a8e006fef1b157d884bc6c558 Mon Sep 17 00:00:00 2001 From: ebullient Date: Tue, 31 Dec 2002 22:26:38 +0000 Subject: [PATCH] comments for behavior of $ in org_name and org_title git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4343 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/conf.pl b/config/conf.pl index 7543b6d9..4b4aa7e1 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -749,6 +749,12 @@ sub command1 { print "possible. If you set up an organization name, most places where\n"; print "SquirrelMail would take credit will be credited to your organization.\n"; print "\n"; + print "If your Organization Name includes a '\$', please precede it with a \\. \n"; + print "Other '\$' will be considered the beginning of a variable that\n"; + print "must be defined before the \$org_name is printed.\n"; + print "\$version, for example, is included by default, and will print the\n"; + print "string representing the current SquirrelMail version.\n"; + print "\n"; print "[$WHT$org_name$NRM]: $WHT"; $new_org_name = ; if ( $new_org_name eq "\n" ) { @@ -810,6 +816,12 @@ sub command3 { print "the titlebar. Usually this will end up looking something like:\n"; print "\"Netscape: $org_title\"\n"; print "\n"; + print "If your Organization Title includes a '\$', please precede it with a \\. \n"; + print "Other '\$' will be considered the beginning of a variable that\n"; + print "must be defined before the \$org_title is printed.\n"; + print "\$version, for example, is included by default, and will print the\n"; + print "string representing the current SquirrelMail version.\n"; + print "\n"; print "[$WHT$org_title$NRM]: $WHT"; $new_org_title = ; if ( $new_org_title eq "\n" ) { -- 2.25.1