OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Aug-2003 14:05:51
Branch: HEAD Handle: 2003080613055000
Modified files:
openpkg-src/rt rt.patch
Log:
fix typo in patch
Summary:
Revision Changes Path
1.15 +2 -2 openpkg-src/rt/rt.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.patch
============================================================================
$ cvs diff -u -r1.14 -r1.15 rt.patch
--- openpkg-src/rt/rt.patch 6 Aug 2003 11:49:43 -0000 1.14
+++ openpkg-src/rt/rt.patch 6 Aug 2003 12:05:50 -0000 1.15
@@ -18,7 +18,7 @@
return ( 0, $self->loc('Could not create user') );
}
--- html/Ticket/Elements/ShowMessageStanza.dist 2003-08-05 16:21:42.000000000
+0200
-+++ html/Ticket/Elements/ShowMessageStanza 2003-08-06 13:44:18.000000000 +0200
++++ html/Ticket/Elements/ShowMessageStanza 2003-08-06 14:01:58.000000000 +0200
@@ -22,23 +22,47 @@
%#
%# END LICENSE BLOCK
@@ -61,7 +61,7 @@
+ Message => $stanza );
+ }
+ elsif ( ref $stanza eq "HASH" ) {
-+ $mst .= "$stanza->{raw}\n";
++ $msg .= "$stanza->{raw}\n";
+ }
}
- elsif ( ref $stanza eq "HASH" ) {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]