Update of /cvsroot/upcase-project/UpCase/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv28279
Modified Files:
installer.php
Log Message:
uninstall come back to category page after uninstalling
Index: installer.php
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/admin/installer.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** installer.php 20 Nov 2002 16:05:42 -0000 1.6
--- installer.php 20 Nov 2002 16:20:31 -0000 1.7
***************
*** 84,87 ****
--- 84,89 ----
{
$inst->uninstall($pkg, $ver, $url);
+ header("Location: " . $ucConfig->upcaseUrl
+ . "/admin/category.php?catname=" . $catname);
}
else if ($operation == "upgrade")
|