summaryrefslogtreecommitdiff
path: root/lib/style.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/style.php')
-rw-r--r--lib/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/style.php b/lib/style.php
index 8b84e0e..a8a0396 100644
--- a/lib/style.php
+++ b/lib/style.php
@@ -3,7 +3,7 @@
if (function_exists("print_header"))
return;
-require_once "../init.php"
+require_once "../init.php";
require_once BASE . "/lib/mysql.php";
function print_header($title) {