1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

minor bugs, notice cleanup, missing e_SELF/e_QUERY fixes

This commit is contained in:
secretr
2011-12-06 09:44:28 +00:00
parent 270b278f43
commit ab4501edd2
10 changed files with 21 additions and 19 deletions

View File

@@ -36,12 +36,11 @@ if(false === $cached)
$marray = array(BLOGCAL_M1, BLOGCAL_M2, BLOGCAL_M3, BLOGCAL_M4,
BLOGCAL_M5, BLOGCAL_M6, BLOGCAL_M7, BLOGCAL_M8,
BLOGCAL_M9, BLOGCAL_M10, BLOGCAL_M11, BLOGCAL_M12);
$pref['blogcal_ws'] = "monday";
// TODO parms
//$parms['year'] = "2011 0";
if($parms['year'])
if(vartrue($parms['year']))
{
$date = $parms['year'];
list($cur_year, $cur_month) = explode(" ", date($date));