1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 17:33:10 +02:00

ok, two people fixing something at the same time is bad.

This commit is contained in:
James Cox
2002-05-30 05:25:14 +00:00
parent 4b814e21ae
commit ced3ee6584
+1 -1
View File
@@ -96,7 +96,7 @@ if($fp) {
unset($seen);
}
if(!$seen[$desc]) {
$RSIDEBAR_DATA .= $d. "<a href=\"cal.php?id=$id\">". stripslashes($desc)."</a><br>\n";
$RSIDEBAR_DATA .= "$d. <a href=\"cal.php?id=$id\">". stripslashes($desc)."</a><br>\n";
$seen[$desc] = true;
}
}