Module: appdb Branch: master Commit: 710d79224ab7e26d6ad6d3bb4b8659e4c0f34b6a URL: http://source.winehq.org/git/appdb.git/?a=commit;h=710d79224ab7e26d6ad6d3bb4...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Tue Oct 30 00:09:15 2007 +0100
application: Allow clearing the Application URL
---
include/application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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))