Changeset 1815 for trunk/include/functions_html.inc.php
- Timestamp:
- Feb 14, 2007, 2:37:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r1789 r1815 559 559 .'<label>' 560 560 .'<input type="checkbox" name="'.$fieldname.'[]"' 561 .' value="'.$tag[' tag_id'].'"'561 .' value="'.$tag['id'].'"' 562 562 ; 563 563 564 if (in_array($tag[' tag_id'], $selecteds))564 if (in_array($tag['id'], $selecteds)) 565 565 { 566 566 $output.= ' checked="checked"';
Note: See TracChangeset
for help on using the changeset viewer.