Tadashi Okoshi
slash****@users*****
2005年 11月 20日 (日) 21:19:52 JST
Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.26 affelio/lib/Affelio.pm:1.27
--- affelio/lib/Affelio.pm:1.26 Thu Oct 27 21:57:40 2005
+++ affelio/lib/Affelio.pm Sun Nov 20 21:19:52 2005
@@ -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.26 2005/10/27 12:57:40 slash5234 Exp $
+# $Id: Affelio.pm,v 1.27 2005/11/20 12:19:52 slash5234 Exp $
package Affelio;
{
@@ -804,9 +804,6 @@
debug_print("Affelio::get_module_list: $this_app{'install_name'}");
- #Is this application permmited to be printed at the tab??
- $self->getAM->prepare_app_perm_table($this_app{'install_name'});
-
my $perm_to_tab=0;
$perm_to_tab
= $self->getAM->get_summed_app_perm($visitor_afid,
@@ -876,10 +873,10 @@
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;
}