cvs commit: horde/lib Horde.php

Jon Parise jon@horde.org
Thu, 29 Nov 2001 09:26:26 -0800 (PST)


jon         2001/11/29 09:26:26 PST

  Modified files:
    lib                  Horde.php 
  Log:
  Avoid multiple calls into the $registry by storing the value once in a local
  variable.
  
  I realize that, in most of these cases, each execution path only touches
  $registry once, so there is no performance increase, but I think this helps
  make the code a little more readable by shortening the lines a bit.
  
  Revision  Changes    Path
  1.126     +23 -13    horde/lib/Horde.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Horde.php?r1=1.125&r2=1.126&ty=u