[vhffs-dev] [787] we don't need anymore the debug print (yes, I DO need a third commit for a single change)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 787
Author:   gradator
Date:     2007-08-28 18:14:35 +0000 (Tue, 28 Aug 2007)

Log Message:
-----------
we don't need anymore the debug print (yes, I DO need a third commit for a single change)

Modified Paths:
--------------
    trunk/vhffs-panel/group/history.pl


Modified: trunk/vhffs-panel/group/history.pl
===================================================================
--- trunk/vhffs-panel/group/history.pl	2007-08-28 18:10:24 UTC (rev 786)
+++ trunk/vhffs-panel/group/history.pl	2007-08-28 18:14:35 UTC (rev 787)
@@ -105,7 +105,7 @@
 				$datestr = gettext("no information about date");
 			}
 			$subtemplate->param( DATE => $datestr );
-			$subtemplate->param( TYPE => $_." ---- ".Vhffs::Functions::type_string_from_type_id( $history->{$_}{type} ) );
+			$subtemplate->param( TYPE => Vhffs::Functions::type_string_from_type_id( $history->{$_}{type} ) );
 			my $object = Vhffs::ObjectFactory::fetch_object( $vhffs , $history->{$_}{object_id} );
 			$subtemplate->param( NAME => $object->get_title );
 			$subtemplate->param( EVENT => $history->{$_}{message} );


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/