[evolvis-commits] r11891: helloworld not hello?==?UTF-8?Q?word↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:28:10 CET 2011


Author: mirabilos
Date: 2011-02-24 18:28:10 +0100 (Thu, 24 Feb 2011)
New Revision: 11891

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class
Log:
helloworld not helloword


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class	2011-02-24 17:28:09 UTC (rev 11890)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class	2011-02-24 17:28:10 UTC (rev 11891)
@@ -107,15 +107,15 @@
 		} elseif ($hookname == "userisactivecheckboxpost") {
 			// this code actually activates/deactivates the plugin after the form was submitted in the user account manteinance page
 			$user = $params['user'];
-			$use_hellowordplugin = getStringFromRequest('use_helloworldplugin');
-			if ( $use_hellowordplugin == 1 ) {
+			$use_helloworldplugin = getStringFromRequest('use_helloworldplugin');
+			if ( $use_helloworldplugin == 1 ) {
 				$user->setPluginUse ( $this->name );
 			} else {
 				$user->setPluginUse ( $this->name, false );
 			}
 			echo "<tr>";
 			echo "<td>";
-			echo ' <input type="CHECKBOX" name="use_hellowordplugin" value="1" ';
+			echo ' <input type="CHECKBOX" name="use_helloworldplugin" value="1" ';
 			// CHECKED OR UNCHECKED?
 			if ( $user->usesPlugin ( $this->name ) ) {
 				echo "CHECKED";



More information about the evolvis-commits mailing list