Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/arap.pl | ||
---|---|---|
109 | 109 |
$form->error($locale->text("More than one #1 found matching, please be more specific.", $locale->text(ucfirst $name))); |
110 | 110 |
} else { |
111 | 111 |
&select_name($name); |
112 |
::end_of_request();
|
|
112 |
$::dispatcher->end_request;
|
|
113 | 113 |
} |
114 | 114 |
} |
115 | 115 |
|
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt