From e904a63103ace3ff4ef143e11e3068fc82c0b75b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 08:23:41 +0000 Subject: [PATCH] Whitepace OCD --- global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.php b/global.php index d065b15..3a36f2d 100644 --- a/global.php +++ b/global.php @@ -21,7 +21,7 @@ require_once('./includes/init.php'); -$dochooser = ((defined('PATH_OVERRIDE') AND PATH_OVERRIDE == 1) ? false: true); +$dochooser = ((defined('PATH_OVERRIDE') AND PATH_OVERRIDE == 1) ? false : true); if ($dochooser) { require_once('./includes/cachev.php'); -- 2.22.5