[Affelio-cvs 1193] CVS update: affelio/lib/Affelio/App/Standalone/Public

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 3月 28日 (火) 18:15:22 JST


Index: affelio/lib/Affelio/App/Standalone/Public/Index.pm
diff -u affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.1 affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.2
--- affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.1	Tue Mar  7 23:39:10 2006
+++ affelio/lib/Affelio/App/Standalone/Public/Index.pm	Tue Mar 28 18:15:22 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: Index.pm,v 1.1 2006/03/07 14:39:10 slash5234 Exp $
+# $Id: Index.pm,v 1.2 2006/03/28 09:15:22 slash5234 Exp $
 
 package Affelio::App::Standalone::Public::Index;
 {
@@ -312,7 +312,9 @@
 	    }
 	    
 	    try{
-		$af->getALM->save_log($afid, $visitor_nickname, $visitor_type);
+		$af->getALM->save_log(afid => $afid, 
+				      nickname => $visitor_nickname, 
+				      type => $visitor_type);
 	    }catch Error with{
 		my $e = shift;
 		error($q, "Affelio: error in AccessLogging\n" . $e);


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