1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Bugtracker #4064, no need to set firstDay option, should be handled by the language file (thanks marj)

This commit is contained in:
mcfly
2007-10-07 20:30:54 +00:00
parent 34fb119508
commit 3dc88047f9
3 changed files with 7 additions and 13 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/download.php,v $
| $Revision: 1.5 $
| $Date: 2007-09-22 09:43:30 $
| $Author: e107steved $
| $Revision: 1.6 $
| $Date: 2007-10-07 20:30:54 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php");
@@ -898,7 +898,6 @@ class download {
if(!$download_datestamp){
$download_datestamp = time();
}
$cal_options['firstDay'] = 0;
$cal_options['showsTime'] = false;
$cal_options['showOthers'] = false;
$cal_options['weekNumbers'] = false;