From: Rob H. <for...@us...> - 2002-06-07 07:28:46
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv19032/bin Modified Files: sandweb.cgi Log Message: arg, accidently substituted over the "write_preferences_data" method of Config in a checkin yesterday :) duh. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.297 retrieving revision 1.298 diff -U2 -r1.297 -r1.298 --- sandweb.cgi 5 Jun 2002 06:19:21 -0000 1.297 +++ sandweb.cgi 7 Jun 2002 07:28:43 -0000 1.298 @@ -30,4 +30,5 @@ use SandWeb::Browse; use SandWeb::File; +use SandWeb::Config; # Debugging @@ -2925,5 +2926,5 @@ my $username = $auth->get_username(); # write config data into the .$user_cfg file in the users directory - my ($return, $msg) = $user->write_configuration_config( + my ($return, $msg) = $user->write_preferences_config( 'config_dir' => $config->{'paths'}->{'users_dir'} . "/$username", 'config_file' => ".$user_cfg", |