Changeset 687 for trunk/plugins

Show
Ignore:
Timestamp:
10/31/07 23:25:14 (14 months ago)
Author:
michiel
Message:

fix form name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/altarchive.php

    r481 r687  
    120120        /* show_settings {{{ */ 
    121121        public function show_settings() { 
    122                 $output  = "<form name=\"acronym\" method=\"post\" action=\"index.php\">"; 
     122                $output  = "<form name=\"altarchive_settings\" method=\"post\" action=\"index.php\">"; 
    123123                $output .= "<input type=\"hidden\" name=\"action\" value=\"save_plugin_setting\" />"; 
    124124                $output .= "<input type=\"hidden\" name=\"plugin\" value=\"altarchive\" />";