You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2010-03-05 03:20:07
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
r1471
r1470 r1471
100 100 if (!file_exists(PUN_ROOT.'style/'.$form['default_style'].'.css'))
101 101 message($lang_common['Bad request']);
102
103
102
103 if ($form['time_format'] == '')
104 $form['time_format'] = 'H:i:s';
105
106 if ($form['date_format'] == '')
107 $form['date_format'] = 'Y-m-d';
108
109
104 110 require PUN_ROOT.'include/email.php';
105 111
how about if i don't wanna use time second stamp? i always can not take it off
now show:光宇游戏
Offline
#2 2010-03-05 03:24:46
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Offline
#3 2010-03-05 08:42:21
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: r1471
If you don't want a timestamp you'd be better removing the code manually or hiding the time using CSS.
Offline
Pages: 1
