summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-22 11:03:08 +0200
committerErich Eckner <git@eckner.net>2018-05-22 11:03:52 +0200
commit46cb0d7a2f743092d5834fb96972befff29fe2a7 (patch)
treee8d269079b6506e1a8ed85694f7dc03574a00bf5 /lib
parenteeed41b1626045266c3f5656e616cc41de935d8c (diff)
downloadarchweb32-46cb0d7a2f743092d5834fb96972befff29fe2a7.tar.xz
lib/style.php: quote function name
Diffstat (limited to 'lib')
-rw-r--r--lib/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/style.php b/lib/style.php
index 7e14042..f0af64d 100644
--- a/lib/style.php
+++ b/lib/style.php
@@ -1,6 +1,6 @@
<?php
-if (function_exists(print_header))
+if (function_exists("print_header"))
return;
include "lib/mysql.php";