]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 ae23fab7b33bfe8447cd73c1cf68cdeff2976545..85634caf411a621e7677f61964799114199b4b34 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();
     }