HomeHelpTrac

Changeset 12665 for trunk/categories.php


Ignore:
Timestamp:
09/13/09 23:57:28 (3 years ago)
Author:
Alexey Penskikh
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/categories.php

    r12569 r12665  
    11<?php 
     2 
     3/*************************************************************************** 
     4*                            Dolphin Smart Community Builder 
     5*                              ------------------- 
     6*     begin                : Mon Mar 23 2006 
     7*     copyright            : (C) 2007 BoonEx Group 
     8*     website              : http://www.boonex.com 
     9* This file is part of Dolphin - Smart Community Builder 
     10* 
     11* Dolphin is free software; you can redistribute it and/or modify it under 
     12* the terms of the GNU General Public License as published by the 
     13* Free Software Foundation; either version 2 of the 
     14* License, or  any later version. 
     15* 
     16* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
     17* without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     18* See the GNU General Public License for more details. 
     19* You should have received a copy of the GNU General Public License along with Dolphin, 
     20* see license.txt file; if not, write to marketing@boonex.com 
     21***************************************************************************/ 
    222 
    323define('BX_CATEG_ACTION_ALL', 'all'); 
     
    1939{ 
    2040    $oCateg = new BxTemplCategories(); 
    21     $sDate = isset($aParam['date']) ? $aParam['date']['year'] . '-' . $aParam['date']['month'] . '-' . $aParam['date']['day'] : ''; 
    22          
    23     $oCateg->getTagObjectConfig($aParam, $sDate, true); 
     41         
     42    $oCateg->getTagObjectConfig($aParam); 
    2443     
    2544    if (empty($oCateg->aTagObjects)) 
Note: See TracChangeset for help on using the changeset viewer.