Show
Ignore:
Timestamp:
11/20/05 21:27:39 (3 years ago)
Author:
mbonetti
Message:

removed more unused funcitons, updated a plugin, updated dbstruct

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/plugins/newwindow.php

    r984 r1023  
    3030/// Author: Marco Bonetti 
    3131/// Description: When active, this plugin will open off-site links in a new window 
    32 /// Version: 1.7 
     32/// Version: 1.8 
    3333 
    3434function __new_window_js_register($js) { 
     
    4747 
    4848if (isset($_REQUEST['nwjs'])) { 
    49  
    50     require_once('../util.php'); 
    51     ETagHandler(md5("newwindow".'$Revision$')); 
     49     require_once('../core.php'); 
     50     rss_bootstrap(false,'$Revision$',24); 
     51    require_once('../init.php'); 
    5252     
    5353    ?>