[otrs-cvs] module-tools ModuleCode.pl,1.3,1.4
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/module-tools
In directory lancelot:/tmp/cvs-serv16738
Modified Files:
ModuleCode.pl
Log Message:
fixed uninstall action.
Author: cr
Index: ModuleCode.pl
===================================================================
RCS file: /home/cvs/module-tools/ModuleCode.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -2 -u -d -r1.3 -r1.4
--- ModuleCode.pl 8 Jan 2013 19:36:16 -0000 1.3
+++ ModuleCode.pl 15 Jan 2013 18:06:25 -0000 1.4
@@ -108,5 +108,5 @@
else {
$Type = 'post';
- if ( $Action =~ m{\A CodeUnInstall }msx ) {
+ if ( $Action =~ m{\A CodeUninstall }msx ) {
$Type = 'pre';
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log