There's a typo in the remind.module. "before" is misspelled as "bevor". Here's the corrected spelling.

$node = node_load(array("nid" => arg(2)));
$form .= form_select(t("Remind me about this event"), "time", $times, $array, t("Remind me at the selected times before start about this event."), 0, 1);
$form .= form_hidden("nid", arg(2));
$form .= form_submit(t("Remind me"));

Comments

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org

fixed in the 4.4 and cvs version.

Anonymous’s picture