Hi guys, as posted in the german drupalcenter.de http://www.drupalcenter.de/node/14777 please apply patch for upcoming next release to extend the maximum number of today 8 clocks to 24.

for this please change the options line

  '#options' => array(1 => '1', 2 => '2', 3 => '3', 4 => '4', 5 => '5', 6 => '6', 7 => '7', 8 => '8'),

to

  '#options' => drupal_map_assoc(range(1, 24)),

thx for this
Tom

Comments

reaneyk’s picture

Why is there a set limit? I'd like to see an unlimited number of locations available instead of having a cap.

flevour’s picture

Assigned: Unassigned » flevour

Working on it right now. Please extend my thanks to the German forum. I can't understand the German parts, but the PHP code was helpful :)

flevour’s picture

Fixed for D5 in the dev branch. Re-assigning to D6.

flevour’s picture

Status: Active » Fixed

Commited for D6. Marking as fixed.

Tom Freudenberg’s picture

thx flevour

Tom

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.