Changeset 94:61ac73c5bb0e for plugins/pings/lib.pings.php
- Timestamp:
- 05/02/11 09:59:19 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/lib.pings.php
r0 r94 63 63 { 64 64 echo 65 '<p class="ping-services"><label class="classic">'.66 form::checkbox(array('pings_do[]' ),html::escapeHTML($v),in_array($v,$pings_do)).' '.65 '<p class="ping-services"><label for="pings_do" class="classic">'. 66 form::checkbox(array('pings_do[]','pings_do'),html::escapeHTML($v),in_array($v,$pings_do)).' '. 67 67 html::escapeHTML($k).'</label></p>'; 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.