From: <wen...@us...> - 2003-10-19 09:00:17
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/boost In directory sc8-pr-cvs1:/tmp/cvs-serv17417 Modified Files: uninstall.php Log Message: Remove Layout Entries Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/boost/uninstall.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** uninstall.php 8 Jul 2003 19:34:48 -0000 1.1.1.1 --- uninstall.php 19 Oct 2003 01:27:47 -0000 1.2 *************** *** 30,34 **** $GLOBALS['core']->sqlDelete("mod_search_register", "module", "rssfeeds"); $content .= "RSS Feeds removed from Search system.<br />"; ! } else --- 30,37 ---- $GLOBALS['core']->sqlDelete("mod_search_register", "module", "rssfeeds"); $content .= "RSS Feeds removed from Search system.<br />"; ! ! /* remove layout entries */ ! $GLOBALS['core']->sqlDelete("mod_layout_box", "mod_title", "rssfeeds"); ! $content .= "RSS Feeds removed from Layout system.<br />"; } else |