[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1577] trunk/bin/am.pl



Revision: 1577
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1577&view=rev
Author:   tetragon
Date:     2007-09-12 06:41:47 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
Fixing typo noticed by Pongracz Istvan

Modified Paths:
--------------
    trunk/bin/am.pl

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2007-09-12 07:01:53 UTC (rev 1576)
+++ trunk/bin/am.pl	2007-09-12 13:41:47 UTC (rev 1577)
@@ -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.