Diff for /loncom/interface/lonmenu.pm between versions 1.71 and 1.72

version 1.71, 2003/05/24 12:43:55 version 1.72, 2003/05/27 15:50:29
Line 158  ENDINLINEMENU Line 158  ENDINLINEMENU
     }      }
 }  }
   
   # ===== Early call to LONCAPAreg for long-running pages, preferably used right 
   # ===== before $r->rflush()
   
   sub regflush {
       return '<script type="text/javascript">'.&loadevents.'</script>';
   }
   
 # ====================================== This gets called in the header section  # ====================================== This gets called in the header section
   
 sub registerurl {  sub registerurl {

Removed from v.1.71  
changed lines
  Added in v.1.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>