Update of /cvsroot/upcase-project/UpCase/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv13739
Modified Files:
installer.php
Log Message:
uninstall link effectively call uninstaller
Index: installer.php
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/admin/installer.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** installer.php 20 Nov 2002 14:29:46 -0000 1.4
--- installer.php 20 Nov 2002 15:49:09 -0000 1.5
***************
*** 82,85 ****
--- 82,86 ----
else if ($operation == "uninstall")
{
+ $inst->uninstall($pkg, $ver, $url);
}
else if ($operation == "upgrade")
|