From 0b273a0b2cf1b10148810b4aed1dabde11602481 Mon Sep 17 00:00:00 2001 From: Tyler Dence Date: Tue, 19 Jun 2018 14:10:43 -0400 Subject: Fix syntax errors from missing semicolons --- lib/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/style.php') 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) { -- cgit v1.2.3-54-g00ecf