[Affelio-cvs 834] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 10日 (土) 09:46:28 JST


Index: affelio/lib/Affelio/App/Admin/Top.pm
diff -u affelio/lib/Affelio/App/Admin/Top.pm:1.2 affelio/lib/Affelio/App/Admin/Top.pm:1.3
--- affelio/lib/Affelio/App/Admin/Top.pm:1.2	Sat Dec 10 08:56:09 2005
+++ affelio/lib/Affelio/App/Admin/Top.pm	Sat Dec 10 09:46:28 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: Top.pm,v 1.2 2005/12/09 23:56:09 slash5234 Exp $
+# $Id: Top.pm,v 1.3 2005/12/10 00:46:28 slash5234 Exp $
 
 package Affelio::App::Admin::Top;
 {
@@ -98,12 +98,12 @@
 	my $out_ref = shift;
 	debug_print("Top::show start.");
 
-	use Affelio::App::Admin::AffelioNews;
-	Affelio::App::Admin::AffelioNews::getnews($af, $out_ref);
-	$out_ref->{my_currentstatus}= $af->{user__currentstatus};
+	use Affelio::App::Admin::NeighborNews;
+	Affelio::App::Admin::NeighborNews::show_news($af, $out_ref);
 
 	use Affelio::App::Admin::AffelioNews;
 	Affelio::App::Admin::AffelioNews::getnews($af, $out_ref);
+
 	$out_ref->{my_currentstatus}= $af->{user__currentstatus};
 
 	debug_print("Top::show end.");


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