Correct value of undefined hostname
[squirrelmail.git] / src / squirrelmail_rpc.php
index 6b0f179ca4f0a8971715daf71806691ee43c3c3b..b262f30597018082f3d0a8ce645bf77399de82f4 100644 (file)
   * @since 1.5.2
   *
   */
+
+/** This is the squirrelmail_rpc page */
+define('PAGE_NAME', 'squirrelmail_rpc');
+
 //FIXME: If we decide to route ALL requests, even normal page
 //       requests through this file, need to change page requests
 //       to something like this
@@ -93,9 +97,8 @@ $oTemplate->header('Cache-Control: no-cache');
   * to add in the future.
   *
   */
-$handled_by_plugin = boolean_hook_function('squirrelmail_rpc',
-                                           $temp=array(&$rpc_action),
-                                           1);
+$temp = array(&$rpc_action);
+$handled_by_plugin = boolean_hook_function('squirrelmail_rpc', $temp, 1);