[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6334] trunk/LedgerSMB/Scripts/setup.pm
- Subject: SF.net SVN: ledger-smb:[6334] trunk/LedgerSMB/Scripts/setup.pm
- From: ..hidden..
- Date: Wed, 1 Jan 2014 20:35:51 +0000
Revision: 6334
http://sourceforge.net/p/ledger-smb/code/6334
Author: ehuelsmann
Date: 2014-01-01 20:35:51 +0000 (Wed, 01 Jan 2014)
Log Message:
-----------
Fix syntax error.
Modified Paths:
--------------
trunk/LedgerSMB/Scripts/setup.pm
Modified: trunk/LedgerSMB/Scripts/setup.pm
===================================================================
--- trunk/LedgerSMB/Scripts/setup.pm 2014-01-01 20:28:59 UTC (rev 6333)
+++ trunk/LedgerSMB/Scripts/setup.pm 2014-01-01 20:35:51 UTC (rev 6334)
@@ -146,11 +146,13 @@
if ($version_info->{appname} eq $dispatch_entry->{appname}
&& ($version_info->{version} eq $dispatch_entry->{version}
|| ! defined $dispatch_entry->{version})) {
- foreach my $field (qq|operation message next_action|)
+ my $field;
+
+ foreach $field qw(operation message next_action) {
$request->{$field} =
$request->{_locale}->text($dispatch_entry->{$field});
-
- last;
+ }
+ last;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits