[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1016] branches/1.2/bin/cp.pl
- Subject: SF.net SVN: ledger-smb: [1016] branches/1.2/bin/cp.pl
- From: ..hidden..
- Date: Fri, 30 Mar 2007 11:16:06 -0700
Revision: 1016
http://svn.sourceforge.net/ledger-smb/?rev=1016&view=rev
Author: einhverfr
Date: 2007-03-30 11:16:06 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Fixing Form::current_date to return a date in all cases instead of a timestamp (SL bug probably), and adding ' to blacklisted characters in actions
Modified Paths:
--------------
branches/1.2/bin/cp.pl
Modified: branches/1.2/bin/cp.pl
===================================================================
--- branches/1.2/bin/cp.pl 2007-03-30 17:33:38 UTC (rev 1015)
+++ branches/1.2/bin/cp.pl 2007-03-30 18:16:06 UTC (rev 1016)
@@ -1343,7 +1343,6 @@
$form->error($locale->text('Cannot post payment for a closed period!')) if ($datepaid <= $closedto);
- # this is just to format the year
$form->{datepaid} = $locale->date(\%myconfig, $form->{datepaid});
$amount = $form->parse_amount(\%myconfig, $form->{amount});
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.