Better use the supporter page when a supporter is found
authorJoey Schulze <joey@infodrom.org>
Fri, 17 Jun 2005 14:42:00 +0000 (14:42 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 17 Jun 2005 14:42:00 +0000 (14:42 +0000)
src/LinuxTag/2005/search.wml

index 96c660e..1844883 100644 (file)
@@ -93,7 +93,7 @@ function search_person ($dbh, $key)
 
     while (list($k,$v) = each ($result)) {
       if (strstr($special[$k], ':Supporter:')) {
-       printf ("<li> Supporter <a href=\"supporter/edit.php3?oid=%d\">%s</a>",
+       printf ("<li> Supporter <a href=\"supporter/supporter.php3?oid=%d\">%s</a>",
                $v, $name[$k]);
       } elseif (strstr($special[$k], ':Speaker:')) {
        printf ("<li> Speaker <a href=\"projects/edit_person.php3?context=%s&oid=%d\">%s</a>",