[prev] [thread] [next] [lurker] [Date index for 2003/11/30]
Author: gabor
Date: 2003-11-30 08:32:53 +0200 (Sun, 30 Nov 2003)
New Revision: 97
Modified:
yapcom/trunk/lib/YAPC/Config.pm
Log:
typo in config.sample or in Config.pm
Modified: yapcom/trunk/lib/YAPC/Config.pm
===================================================================
--- yapcom/trunk/lib/YAPC/Config.pm 2003-11-29 11:16:26 UTC (rev 96)
+++ yapcom/trunk/lib/YAPC/Config.pm 2003-11-30 06:32:53 UTC (rev 97)
@@ -16,7 +16,7 @@
$email_address = $config{'SITE_EMAIL'} || 'yapc@xxxx.xxx.xx';
# list of e-mail address of administrators whom will have extra rights
-@admins = ($config{'SITE_ADMIN'}) ? split /[\s,]+/, $config{'SITE_ADMIN'} : qw(gabor@xxx.xx.xx);
+@admins = ($config{'SITE_ADMINS'}) ? split /[\s,]+/, $config{'SITE_ADMINS'} : qw(gabor@xxx.xx.xx);
$db_dir = "$dir/db";
$db_file="$db_dir/yapc.db";
Generated at 13:20 on 30 Nov 2003 by mariachi 0.51