+11Dec99=======================================================================
+1. added missing pc48 so that it calls the DXDb::process routine
10Dec99=======================================================================
1. allow msgs to marked as read or unread
02Dec99=======================================================================
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;
}