appdb/include application.php

WineHQ wineowner at wine.codeweavers.com
Mon Jul 10 18:02:03 CDT 2006


ChangeSet ID:	26399
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/10 18:02:03

Modified files:
	include        : application.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Fix case of sWebpage to let updating of application class information correctly update the applications web page.

Patch: http://cvs.winehq.org/patch.py?id=26399

Old revision  New revision  Changes     Path
 1.64          1.65          +1 -1       appdb/include/application.php

Index: appdb/include/application.php
diff -u -p appdb/include/application.php:1.64 appdb/include/application.php:1.65
--- appdb/include/application.php:1.64	10 Jul 2006 23: 2: 3 -0000
+++ appdb/include/application.php	10 Jul 2006 23: 2: 3 -0000
@@ -155,7 +155,7 @@ class Application {
         if ($this->sWebpage && ($this->sWebpage!=$oApp->sWebpage))
         {
             if (!query_parameters("UPDATE appFamily SET webPage = '?' WHERE appId = '?'",
-                                  $this->sWebPage, $this->iAppId))
+                                  $this->sWebpage, $this->iAppId))
                 return false;
             $sWhatChanged .= "Web page was changed from ".$oApp->sWebpage." to ".$this->sWebpage.".\n\n";
         }



More information about the wine-cvs mailing list