+++ b/advance_clock.module
@@ -18,8 +11,11 @@
+ return t('<h3> We...

Contribution Date
Technology
Contribution Project
Contribution Details
  1. +++ b/advance_clock.module @@ -18,8 +11,11 @@ + return t('<h3> Welcome to Advance Clock help</h3> <p>As the name suggests this module gets you the advance and user configurable functionalities clock</p>

    Concat rather sending a string.

  2. +++ b/advance_clock.module @@ -134,7 +138,7 @@ function advance_clock_add_clock_form_validate($form, &$form_state) { + form_set_error('clock_zone', t('Only @clock clock(s) allowed.', array('@clock' => variable_get('advance_clock_count'))));

    Add fallback value. please.

  3. +++ b/template/digital-clocks.tpl.php @@ -0,0 +1,49 @@ + $user_clock = explode('|', $zone);

    Dont do this data processing in tpl

Contribution Author
Files count
0
Patches count
0