]> andersk Git - moira.git/commitdiff
From mark, apparently to make joins against another data source easier.
authorzacheiss <zacheiss>
Fri, 16 Aug 2002 15:32:18 +0000 (15:32 +0000)
committerzacheiss <zacheiss>
Fri, 16 Aug 2002 15:32:18 +0000 (15:32 +0000)
gen/calendar.gen

index 4025564f2005b03291df489861160c349e9f1414..547609c34cd8775cc52abe9a857af9a7fb7d92b3 100755 (executable)
@@ -26,7 +26,7 @@ umask 022;
 open(OUT, ">$outfile") || exit $MR_OCONFIG;
 
 while (($clearid, $login, $first, $middle, $last) = $sth->fetchrow_array) {
-    $row = "$clearid^UID=$login/S=$last/G=$first/I=$middle/";
+    $row = "$clearid|$login^UID=$login/S=$last/G=$first/I=$middle/";
     $row .= "EMAIL=$login\@mit.edu\n";
     $row =~ s/\0//g;
     print OUT $row;
This page took 0.03757 seconds and 5 git commands to generate.