Changeset 9b3e09f in github
- Timestamp:
- Feb 28, 2008 5:15:52 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4a2765a
- Parents:
- 27564f1
- File:
-
- 1 edited
-
program/include/rcube_html.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_html.inc
r27564f1 r9b3e09f 617 617 { 618 618 foreach ($names as $i => $text) 619 $this->options[] = array('text' => $text, 'value' => (string)$values[$i]);619 $this->options[] = array('text' => $text, 'value' => $values[$i]); 620 620 } 621 621 else 622 $this->options[] = array('text' => $names, 'value' => (string)$values);622 $this->options[] = array('text' => $names, 'value' => $values); 623 623 } 624 624
Note: See TracChangeset
for help on using the changeset viewer.
