From: Moritz Bunkus Date: Wed, 19 Jan 2011 11:37:33 +0000 (+0100) Subject: Fehler bei Umstellung von "use vars" auf "our" X-Git-Tag: release-2.6.2beta2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4a790730bc9534e6a733e5c9bbd9147f31210feb;p=kivitendo-erp.git Fehler bei Umstellung von "use vars" auf "our" --- diff --git a/config/lx-erp.conf b/config/lx-erp.conf index 84e8da668..6daf0a4a9 100644 --- a/config/lx-erp.conf +++ b/config/lx-erp.conf @@ -1,12 +1,12 @@ use Cwd; -our qw( - $dbcharset $eur $ghostscript_bin $html2ps_bin $language $latex_bin - $latex_templates $lizenzen $memberfile $opendocument_templates - $openofficeorg_daemon $openofficeorg_daemon_port $openofficeorg_writer_bin - $parts_image_css $parts_listing_images $parts_show_image $pg_dump_exe - $pg_restore_exe $sendmail $show_best_before $sid $spool $templates - $userspath $vertreter $webdav $xvfb_bin +our ( + $dbcharset, $eur, $ghostscript_bin, $html2ps_bin, $language, $latex_bin, + $latex_templates, $lizenzen, $memberfile, $opendocument_templates, + $openofficeorg_daemon, $openofficeorg_daemon_port, $openofficeorg_writer_bin, + $parts_image_css, $parts_listing_images, $parts_show_image, $pg_dump_exe, + $pg_restore_exe, $sendmail, $show_best_before, $sid, $spool, $templates, + $userspath, $vertreter, $webdav, $xvfb_bin ); # path to user configuration files diff --git a/config/lx-erp.conf.default b/config/lx-erp.conf.default index 84e8da668..6daf0a4a9 100644 --- a/config/lx-erp.conf.default +++ b/config/lx-erp.conf.default @@ -1,12 +1,12 @@ use Cwd; -our qw( - $dbcharset $eur $ghostscript_bin $html2ps_bin $language $latex_bin - $latex_templates $lizenzen $memberfile $opendocument_templates - $openofficeorg_daemon $openofficeorg_daemon_port $openofficeorg_writer_bin - $parts_image_css $parts_listing_images $parts_show_image $pg_dump_exe - $pg_restore_exe $sendmail $show_best_before $sid $spool $templates - $userspath $vertreter $webdav $xvfb_bin +our ( + $dbcharset, $eur, $ghostscript_bin, $html2ps_bin, $language, $latex_bin, + $latex_templates, $lizenzen, $memberfile, $opendocument_templates, + $openofficeorg_daemon, $openofficeorg_daemon_port, $openofficeorg_writer_bin, + $parts_image_css, $parts_listing_images, $parts_show_image, $pg_dump_exe, + $pg_restore_exe, $sendmail, $show_best_before, $sid, $spool, $templates, + $userspath, $vertreter, $webdav, $xvfb_bin ); # path to user configuration files