/[web]/nav/lib.php
ViewVC logotype

Diff of /nav/lib.php

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

revision 2028 by rda, Sat Feb 2 13:11:17 2013 UTC revision 2042 by filip, Sat Feb 9 12:32:32 2013 UTC
# Line 179  P; Line 179  P;
179    
180          global $_t;          global $_t;
181    
182            $_t[$s] = trim(str_replace(array('{ok}', '{OK}', '{Ok}', '{oK}'), '', $_t[$s]));
183          return array_key_exists($s, $_t) ? $_t[$s] : $s;          return array_key_exists($s, $_t) ? $_t[$s] : $s;
184      }      }
185  }  }

Legend:
Removed from v.2028  
changed lines
  Added in v.2042

  ViewVC Help
Powered by ViewVC 1.1.30