alecpl
2009-06-03 09839a59cbe4364d592f2834425905827e734316
index.php
@@ -221,7 +221,7 @@
    $action_map[$RCMAIL->task][$RCMAIL->action] : strtr($RCMAIL->action, '-', '_') . '.inc';
  // execute a plugin action
  if (eregi('^plugin.', $RCMAIL->action)) {
  if (preg_match('/^plugin\./', $RCMAIL->action)) {
    $RCMAIL->plugins->exec_action($RCMAIL->action);
    break;
  }