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

Diff of /nav/lib.php

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

revision 1307 by rda, Mon Jun 11 12:15:16 2012 UTC revision 1309 by rda, Mon Jun 11 12:15:19 2012 UTC
# Line 199  function _mgnav_html($wrap = false, $lan Line 199  function _mgnav_html($wrap = false, $lan
199      $key = array($wrap, $lang, $inject, $vhost);      $key = array($wrap, $lang, $inject, $vhost);
200    
201      if (!is_null($cache) && ($h = $cache->get($key))) {      if (!is_null($cache) && ($h = $cache->get($key))) {
202            apache_note('navCacheHit', 1);
203          return $h;          return $h;
204      }      }
205    
206        apache_note('navCacheHit', 0);
207    
208      $lang = _lang_check($lang);      $lang = _lang_check($lang);
209    
210      l10n::load($lang, $cache);      l10n::load($lang, $cache);

Legend:
Removed from v.1307  
changed lines
  Added in v.1309

  ViewVC Help
Powered by ViewVC 1.1.30