diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-24 01:16:30 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-24 01:16:30 +0000 |
commit | 3aff4f0bfec650d7a080b919b299ddcf6fc6ee59 (patch) | |
tree | 6bebc39a9de733910e32b117d82944bde033c214 /include/calendar_base.class.php | |
parent | 5fa3664567ad8240154566cce1f8479c4fd93909 (diff) |
fix: remove all php warnings and notices
git-svn-id: http://piwigo.org/svn/trunk@1056 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/calendar_base.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index 26472bf1b..e9194eb90 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -162,7 +162,7 @@ SELECT DISTINCT('.$sql_func.'('.$this->date_field.')'.$sql_offset $nav_bar = $this->get_nav_bar_from_items( $url_base, $level_items, - $requested[$level], + isset($requested[$level]) ? $requested[$level] : null, 'cal', true, $labels |