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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user