diff options
Diffstat (limited to '')
-rw-r--r-- | include/calendar_monthly.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/calendar_monthly.class.php b/include/calendar_monthly.class.php index 0bd68ee1e..f24ef9f26 100644 --- a/include/calendar_monthly.class.php +++ b/include/calendar_monthly.class.php @@ -347,7 +347,7 @@ SELECT id, file,tn_ext,path, width, height, DAYOFWEEK('.$this->date_field.')-1 a $query.= $this->inner_sql; $query.= $this->get_date_where(); $query.= ' - ORDER BY RAND() + ORDER BY '.DB_RANDOM_FUNCTION.'() LIMIT 1'; unset ( $page['chronology_date'][CDAY] ); |