From: Rob H. <for...@us...> - 2004-08-17 22:54:40
|
Update of /cvsroot/sandweb/sandweb/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13248/tools Modified Files: Tag: release-1_0-branch install_script.pl Log Message: some perl versions give a warning that config::imgpath is only used once, this should get rid off it Index: install_script.pl =================================================================== RCS file: /cvsroot/sandweb/sandweb/tools/install_script.pl,v retrieving revision 1.22.2.2 retrieving revision 1.22.2.3 diff -U2 -r1.22.2.2 -r1.22.2.3 --- install_script.pl 1 Jun 2003 20:41:21 -0000 1.22.2.2 +++ install_script.pl 17 Aug 2004 18:29:13 -0000 1.22.2.3 @@ -12,4 +12,5 @@ "cgidir = $config::cgidir\n". "imgdir = $config::imgdir\n". + "imgpath = $config::imgpath\n". "tmpldir = $config::tmpldir\n". "cachedir = $config::cachedir\n". |