More constant rewrites
[mailer.git] / inc / modules / member / what-mydata.php
index 259ca95b4a70b00a7d44171b4b5a38f29bc5548e..b71c4af1f678382cfce1c0bd12eec1413f80b61d 100644 (file)
@@ -50,7 +50,7 @@ define('UID_VALUE', $GLOBALS['userid']); $URL = "";
 // Detect what the member wants to do
 $MODE = "show"; // Show his data
 if (REQUEST_ISSET_POST(('save')))   $MODE = "save";   // Save entered data
-if (REQUEST_ISSET_POST(('edit')))    $MODE = "edit";   // Edit data
+if (REQUEST_ISSET_POST('edit'))    $MODE = "edit";   // Edit data
 if (REQUEST_ISSET_POST(('notify'))) $MODE = "notify"; // Switch off notification
 
 switch ($MODE)