Changeset 3479821
- Timestamp:
- 03/11/2026 08:26:50 AM (3 weeks ago)
- File:
-
- 1 edited
-
shiftcontroller/trunk/hc3/ui.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shiftcontroller/trunk/hc3/ui.php
r3479819 r3479821 102 102 103 103 // display just label 104 if (false === $href) { 105 $item = $btnLabel; 106 $return[$k] = $item; 107 continue; 108 } 109 104 // if (false === $href) { 105 // $item = $btnLabel; 106 // $return[$k] = $item; 107 // continue; 108 // } 110 109 111 110 if( is_array($href) ){
Note: See TracChangeset
for help on using the changeset viewer.