[Affelio-cvs 1039] CVS update: affelio/lib

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 1月 19日 (木) 18:26:57 JST


Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.36 affelio/lib/Affelio.pm:1.37
--- affelio/lib/Affelio.pm:1.36	Tue Dec 20 16:53:22 2005
+++ affelio/lib/Affelio.pm	Thu Jan 19 18:26:57 2006
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: Affelio.pm,v 1.36 2005/12/20 07:53:22 slash5234 Exp $
+# $Id: Affelio.pm,v 1.37 2006/01/19 09:26:57 slash5234 Exp $
 
 package Affelio;
 {
@@ -996,14 +996,16 @@
 	    
 	    my $sbst = $af->{lh}->maketext($text_value, $param_value);
 	    
-#	    debug_print("Affelio::translate tag_body = [$tag_body]\n");
-#	    debug_print("Affelio::translate \t text=[$text_value]\n");
-#	    debug_print("Affelio::translate \t param=[$param_value]\n");
-#	    debug_print("Affelio::translate \t sbst=[$sbst]\n");
+	    debug_print("Affelio::translate tag_body = [$tag_body]\n");
+	    debug_print("Affelio::translate \t text=[$text_value]\n");
+	    debug_print("Affelio::translate \t param=[$param_value]\n");
+	    debug_print("Affelio::translate \t sbst=[$sbst]\n");
 	    
 	    $mesg =~ s/\Q<AF_M $tag_body>\E/$sbst/g;
+	    debug_print("Affelio::loop end.");
 	}
-	
+
+	debug_print("Affelio::translate end.");
 	return($mesg);
     }
     


Affelio-cvs メーリングリストの案内
Back to archive index