made sure that pc48 is processed correctly by DXDb.pm
authordjk <djk>
Sat, 11 Dec 1999 21:07:57 +0000 (21:07 +0000)
committerdjk <djk>
Sat, 11 Dec 1999 21:07:57 +0000 (21:07 +0000)
Changes
perl/DXProt.pm

diff --git a/Changes b/Changes
index db380399651a6b9a8441f14a83940d6f31e25a36..c5741356ee61c09bf4387bc4cfc042e7f2e0ffa4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+11Dec99=======================================================================
+1. added missing pc48 so that it calls the DXDb::process routine 
 10Dec99=======================================================================
 1. allow msgs to marked as read or unread
 02Dec99=======================================================================
index d99dd3df1540f8a0a819439c01d1a4a063ae9fa6..6a82cb16dc02d6facf3e7fac7f03e8e836784117 100644 (file)
@@ -688,7 +688,7 @@ sub normal
                if ($pcno == 43) {
                        last SWITCH;
                }
-               if ($pcno == 37 || $pcno == 44 || $pcno == 45 || $pcno == 46 || $pcno == 47) {
+               if ($pcno == 37 || $pcno == 44 || $pcno == 45 || $pcno == 46 || $pcno == 47 || $pcno == 48) {
                        DXDb::process($self, $line);
                        return;
                }