adjust sql and scripts in var/ to new Mysql 5.x syntax
[aymargeddon/current.git] / src / FROGS / Config.pm
index 365ec47..6ac0bef 100644 (file)
@@ -200,6 +200,7 @@ while(<CONFIG>){
   next if /^\s*\#.*$/;
   $::conf->{-DB_PASSWD} = $_;
 }
+print  $::conf->{-DB_PASSWD};
 close CONFIG or die "could not close config file $conf: $!\n";
 
 1;