[pLog-svn] r1741 - plog/branches/plog-1.1-ben/class/view/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 16:11:08 GMT 2005


Author: ork
Date: 2005-04-05 16:11:08 +0000 (Tue, 05 Apr 2005)
New Revision: 1741

Modified:
   plog/branches/plog-1.1-ben/class/view/admin/admindashboardview.class.php
Log:
i dont see any galleryresource being used in the dashboard.. so i removed the include.. pls double-check


Modified: plog/branches/plog-1.1-ben/class/view/admin/admindashboardview.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/view/admin/admindashboardview.class.php	2005-04-05 16:10:28 UTC (rev 1740)
+++ plog/branches/plog-1.1-ben/class/view/admin/admindashboardview.class.php	2005-04-05 16:11:08 UTC (rev 1741)
@@ -6,7 +6,7 @@
 	include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/trackbacks.class.php" );
-	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );
+//	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );
 	
 	/**
 	 * maximum number of recent items that we will show in the statistics
@@ -55,7 +55,7 @@
 			$articles = new Articles();
 			$comments = new ArticleComments();
 			$trackbacks = new Trackbacks();
-			$resources = new GalleryResources();
+//			$resources = new GalleryResources();
 			$recentPosts = Array();
 			$recentComments = Array();
 			$recentResources = Array();




More information about the pLog-svn mailing list