Changeset 301 for trunk/system/routerboard.php
- Timestamp:
- Dec 31, 2010, 4:56:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/routerboard.php
r261 r301 89 89 foreach($Conditions as $Index => $Item) 90 90 { 91 $ConditionList .= $Index.'="'.$Item.'" '; 91 if($Item == 'no') $ConditionList .= $Index.'='.$Item.' '; 92 else $ConditionList .= $Index.'="'.$Item.'" '; 92 93 } 93 94 $ConditionList = substr($ConditionList, 0, -1);
Note:
See TracChangeset
for help on using the changeset viewer.