r1586: Fixed a stupid parse error

Robert Sesek [2007-07-19 23:13]
r1586: Fixed a stupid parse error
diff --git a/install/upgrade.php b/install/upgrade.php
index c860bec..6dca12e 100644
--- a/install/upgrade.php
+++ b/install/upgrade.php
@@ -32,7 +32,7 @@ if (!isset($bugsys->in['next']))

 	if ($version == '[#]version[#]')
 	{
-		header('Location: upgrade16.php')
+		header('Location: upgrade16.php');
 		exit;
 	}