[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1578] branches/1.2/bin/am.pl
- Subject: SF.net SVN: ledger-smb: [1578] branches/1.2/bin/am.pl
- From: ..hidden..
- Date: Wed, 12 Sep 2007 06:42:17 -0700
Revision: 1578
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1578&view=rev
Author: tetragon
Date: 2007-09-12 06:42:17 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
Fixing typo noticed by Pongracz Istvan
Modified Paths:
--------------
branches/1.2/bin/am.pl
Modified: branches/1.2/bin/am.pl
===================================================================
--- branches/1.2/bin/am.pl 2007-09-12 13:41:47 UTC (rev 1577)
+++ branches/1.2/bin/am.pl 2007-09-12 13:42:17 UTC (rev 1578)
@@ -1527,7 +1527,7 @@
foreach $file (@templates) {
if ( -f "$myconfig{templates}/$file" ) {
- open( TEMP, '<,', "$myconfig{templates}/$file" )
+ open( TEMP, '<', "$myconfig{templates}/$file" )
or $form->error("$myconfig{templates}/$file : $!");
open( NEW, '>', "$myconfig{templates}/$form->{code}/$file" )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.