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

Oscar Renalias oscar at renalias.net
Tue Apr 5 16:33:56 GMT 2005


no that's ok, sorry I forgot that one there... It was used in the first  
rough iteration of the dashboard but removed later on.

Oscar

On 5 Apr 2005, at 19:11, ork at devel.plogworld.net wrote:

> 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();
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>




More information about the pLog-svn mailing list