~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/plugins/_archives.plugin.php

  • Committer: fplanque
  • Date: 2007-06-25 08:58:47 UTC
  • Revision ID: cvs-1:fplanque-20070625085847-ppxlq1z5v1quf1zi
MODULES (refactored MVC)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * @author fplanque: Francois PLANQUE - {@link http://fplanque.net/}
32
32
 * @author cafelog (group)
33
33
 *
34
 
 * @version $Id: _archives.plugin.php,v 1.42 2007/05/14 02:43:06 fplanque Exp $
 
34
 * @version $Id: _archives.plugin.php,v 1.43 2007/06/25 11:02:31 fplanque Exp $
35
35
 */
36
36
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
37
37
 
38
38
 
39
 
/**
40
 
 * Required class
41
 
 */
42
 
require_once $GLOBALS['inc_path'].'_misc/_results.class.php';
 
39
load_funcs('_core/ui/results/_results.class.php');
43
40
 
44
41
 
45
42
 
584
581
 
585
582
/*
586
583
 * $Log: _archives.plugin.php,v $
 
584
 * Revision 1.43  2007/06/25 11:02:31  fplanque
 
585
 * MODULES (refactored MVC)
 
586
 *
587
587
 * Revision 1.42  2007/05/14 02:43:06  fplanque
588
588
 * Started renaming tables. There probably won't be a better time than 2.0.
589
589
 *