repo.or.cz
/
drupal_comment_timer.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
f4720fd
)
Entering own timing information is working again
author
CSÉCSY László
<
[email protected]
>
Mon, 29 Mar 2010 13:41:26 +0000
(29 15:41 +0200)
committer
CSÉCSY László
<
[email protected]
>
Mon, 29 Mar 2010 13:41:26 +0000
(29 15:41 +0200)
comment_timer.module
patch
|
blob
|
blame
|
history
diff --git
a/comment_timer.module
b/comment_timer.module
index
0d670b5
..
ff74ee2
100644
(file)
--- a/
comment_timer.module
+++ b/
comment_timer.module
@@
-242,7
+242,7
@@
function comment_timer_form_timer(&$form, $seconds = 0) {
'#type' => 'textfield',
'#description' => t('time to store (hh:mm:ss)'),
'#size' => '8',
- '#value' => '',
+ '#
default_
value' => '',
);
$form['comment_timer']['elapsed'] = array(
'#type' => 'textfield',