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

SF.net SVN: ledger-smb:[3809] branches/1.3/scripts/setup.pl



Revision: 3809
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3809&view=rev
Author:   einhverfr
Date:     2011-10-07 21:45:36 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
Correcting setup wizard bug 3418219

Modified Paths:
--------------
    branches/1.3/scripts/setup.pl

Modified: branches/1.3/scripts/setup.pl
===================================================================
--- branches/1.3/scripts/setup.pl	2011-10-07 21:23:16 UTC (rev 3808)
+++ branches/1.3/scripts/setup.pl	2011-10-07 21:45:36 UTC (rev 3809)
@@ -564,10 +564,11 @@
 
 =item cancel
 
-Cancels work.  If the confirm is set to no, returns to the credential screen
+Cancels work.  Returns to login screen.
 
 =cut
 sub cancel{
+    __default(@_);
 }
 
 =back

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.