]> andersk Git - moira.git/commitdiff
Make sure $last is initialized the first time we use it.
authorzacheiss <zacheiss>
Thu, 11 May 2006 16:55:28 +0000 (16:55 +0000)
committerzacheiss <zacheiss>
Thu, 11 May 2006 16:55:28 +0000 (16:55 +0000)
gen/ca.gen

index ed75b5d157a4995087ff9cc9d0dfe9ef6df4318d..3842f13e4f7ab588902578fc05ad53254eaf348d 100755 (executable)
@@ -54,6 +54,7 @@ $sth = $dbh->prepare("SELECT UNIQUE u.login, u.fullname, f.name ".
 
 $sth->execute || exit $MR_DBMS_ERR;
 
+$last = "";
 while (($login, $name, $dir) = $sth->fetchrow_array) {
     $dir =~ /(\/.*)\//;
     $path = $1;
This page took 0.03423 seconds and 5 git commands to generate.