,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
*#
#*
Parameters:
module = The name of the module we were uninstalling
except = The exception that occurred if uninstall failed (null on success)
log = List containing log messages from the uninstallation
*#
#header2( "Uninstall Module:" $module )
#if( $except )
The uninstallation of module #encodeHTML( $module ) failed. The following is the exception that was
thrown by uninstallation:
#stacktrace( $except )
#else
The uninstallation of module #encodeHTML( $module ) was completed successfully.
#end
The following are the log messages generated by module uninstallation:
#foreach( $x in $log )
#encodeHTML( $x )
#end
|
Uninstall more modules
Return to previous menu