Magellan Linux

Diff of /alx-src/branches/alx-web-070/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13243 by niro, Wed Jul 10 08:19:05 2019 UTC revision 13717 by niro, Wed Jul 31 13:51:46 2019 UTC
# Line 219  function parsearr($name, $arr, $del=fals Line 219  function parsearr($name, $arr, $del=fals
219   if(isset($drop[$name.'_'.$k])) $d = $drop[$name.'_'.$k];   if(isset($drop[$name.'_'.$k])) $d = $drop[$name.'_'.$k];
220   else $d=null;   else $d=null;
221   if(isset($drop[$k])) if($d==null) $d = $drop[$k];   if(isset($drop[$k])) if($d==null) $d = $drop[$k];
  else $d=null;  
222   $k = str_replace('wireless_', '', $k);   $k = str_replace('wireless_', '', $k);
223   $k2 = $k;   $k2 = $k;
224    

Legend:
Removed from v.13243  
changed lines
  Added in v.13717