summaryrefslogtreecommitdiff
path: root/include/controls.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/controls.php')
-rwxr-xr-xinclude/controls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/controls.php b/include/controls.php
index dc923e16a..fdcaad287 100755
--- a/include/controls.php
+++ b/include/controls.php
@@ -244,7 +244,7 @@ function stylesheet_tag($filename, $id = false) {
function javascript_tag($filename) {
$query = "";
- if (!(strpos($filename, "?") === FALSE)) {
+ if (!(strpos($filename, "?") === false)) {
$query = substr($filename, strpos($filename, "?")+1);
$filename = substr($filename, 0, strpos($filename, "?"));
}