Private Variablen.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:04:52 +0000 (08:04 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:04:52 +0000 (08:04 +0000)
SL/Form.pm

index ae23fab..85634ca 100644 (file)
@@ -409,7 +409,7 @@ function fokus(){document.$self->{fokus}.focus();}
       ($self->{title})
       ? "$self->{title} - $self->{titlebar}"
       : $self->{titlebar};
-    $ajax = "";
+    my $ajax = "";
     foreach $item (@ { $self->{AJAX} }) {
       $ajax .= $item->show_javascript();
     }