appdb/include incl.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 10:39:41 CDT 2006


ChangeSet ID:	26279
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 10:39:41

Modified files:
	include        : incl.php 

Log message:
	Jonathan Ernst <jonathan at ernstfamily.ch>
	$_REQUEST['mode'] backwards compatibility

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

Old revision  New revision  Changes     Path
 1.33          1.34          +5 -0       appdb/include/incl.php

Index: appdb/include/incl.php
diff -u -p appdb/include/incl.php:1.33 appdb/include/incl.php:1.34
--- appdb/include/incl.php:1.33	7 Jul 2006 15:39:41 -0000
+++ appdb/include/incl.php	7 Jul 2006 15:39:41 -0000
@@ -73,6 +73,11 @@ if(isset($_REQUEST['topic']))
     $_REQUEST['sTopic'] = $_REQUEST['topic'];
     unset($_REQUEST['topic']);
 }
+if(isset($_REQUEST['mode']))
+{
+    $_REQUEST['sMode'] = $_REQUEST['mode'];
+    unset($_REQUEST['mode']);
+}
 /* End backwards compatibility code */
 
 



More information about the wine-cvs mailing list