From 710d79224ab7e26d6ad6d3bb4b8659e4c0f34b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 30 Oct 2007 00:09:15 +0100 Subject: [PATCH] application: Allow clearing the Application URL --- include/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/application.php b/include/application.php index beba629..9bab415 100644 --- a/include/application.php +++ b/include/application.php @@ -203,7 +203,7 @@ class Application { $sWhatChanged .= "Keywords were changed from\n ".$oApp->sKeywords."\n to \n".$this->sKeywords.".\n\n"; } - if ($this->sWebpage && ($this->sWebpage!=$oApp->sWebpage)) + if ($this->sWebpage!=$oApp->sWebpage) { if (!query_parameters("UPDATE appFamily SET webPage = '?' WHERE appId = '?'", $this->sWebpage, $this->iAppId))