mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fix: remove all php warnings and notices
git-svn-id: http://piwigo.org/svn/trunk@1056 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -75,7 +75,7 @@ WHERE id IN (' . implode(',',$page['items']) .')';
|
||||
pwg_debug('start initialize_calendar');
|
||||
|
||||
$cal_styles = array(
|
||||
// Weekly style
|
||||
// Monthly style
|
||||
array(
|
||||
'link' => 'm',
|
||||
'default_link' => '',
|
||||
@@ -83,12 +83,13 @@ WHERE id IN (' . implode(',',$page['items']) .')';
|
||||
'include' => 'calendar_monthly.class.php',
|
||||
'view_calendar' => true,
|
||||
),
|
||||
// Monthly style
|
||||
// Weekly style
|
||||
array(
|
||||
'link' => 'w',
|
||||
'default_link' => 'w-',
|
||||
'name' => l10n('Weekly'),
|
||||
'include' => 'calendar_weekly.class.php',
|
||||
'view_calendar' => false,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user