Summary | template attendees.inc |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 02/11/2010 (5595 days ago) |
Due | |
Updated | 02/11/2010 (5595 days ago) |
Assigned | |
Resolved | 02/11/2010 (5595 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ template attendees.inc
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ Yes
-- <input type="hidden" name="enddate" value=<?php echo
$end->dateString() . sprintf("%02d%02d00", $end->hour, $end->min) ?>" />
++ <input type="hidden" name="enddate" value="<?php echo
$end->dateString() . sprintf("%02d%02d00", $end->hour, $end->min) ?>" />
-- <th wiidth="25%"><?php echo _("Attendance") ?></th>
++ <th width="25%"><?php echo _("Attendance") ?></th>