From f7d7a805b25d0bf049cde560ff856ef58af390d2 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Mon, 8 Jan 2007 18:58:29 +0000 Subject: [PATCH] Fix minor type (missing semi). --- www/showmmlists.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/showmmlists.php3 b/www/showmmlists.php3 index 38e9df31c4..24850f1336 100644 --- a/www/showmmlists.php3 +++ b/www/showmmlists.php3 @@ -145,7 +145,7 @@ if (mysql_num_rows($query_result)) { echo "<table border=2 cellpadding=0 cellspacing=2 align='center'>\n"; - $showmmlists_url = CreateUrl("showmmlists", $target_user) + $showmmlists_url = CreateUrl("showmmlists", $target_user); echo "<tr> <th><a href='${showmmlists_url}&sortby=listname'>List Name</th> -- GitLab