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

SF.net SVN: ledger-smb: [650] branches/1.2/LedgerSMB/Form.pm



Revision: 650
          http://svn.sourceforge.net/ledger-smb/?rev=650&view=rev
Author:   einhverfr
Date:     2006-11-16 21:13:22 -0800 (Thu, 16 Nov 2006)

Log Message:
-----------
Fixing conditionals in templates

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Form.pm

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2006-11-17 04:33:59 UTC (rev 649)
+++ branches/1.2/LedgerSMB/Form.pm	2006-11-17 05:13:22 UTC (rev 650)
@@ -94,7 +94,14 @@
 
 } 
 
+sub encode_all {
+	# TODO;
+}
 
+sub decode_all {
+	# TODO
+}
+
 sub escape {
 	my ($self, $str, $beenthere) = @_;
 
@@ -112,6 +119,7 @@
 sub unescape {
 	my ($self, $str) = @_;
 
+
 	$str =~ tr/+/ /;
 	$str =~ s/\\$//;
 
@@ -740,7 +748,7 @@
 			}
 		}
 
-		if (/<\? lsmb if /) {
+		if (/<\?lsmb if /) {
 
 			# check if it is set and display
 			chop;


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