Yes I use Joomla 1.5RC3, and the origional CB Login Module - here is the whole dump, I left the messages because they were short[code:1]
-- Table structure for table `jos_uddeim`
--
CREATE TABLE `jos_uddeim` (
`id` int(10) unsigned NOT NULL auto_increment,
`fromid` int(11) NOT NULL default '0',
`toid` int(11) NOT NULL default '0',
`message` text NOT NULL,
`datum` int(11) default NULL,
`toread` int(1) NOT NULL default '0',
`totrash` int(1) NOT NULL default '0',
`totrashdate` int(11) default NULL,
`totrashoutbox` int(1) NOT NULL default '0',
`totrashdateoutbox` int(11) default NULL,
`expires` int(11) default NULL,
`disablereply` int(1) NOT NULL default '0',
`systemmessage` varchar(60) default NULL,
`archived` int(1) NOT NULL default '0',
`cryptmode` int(1) NOT NULL default '0',
`crypthash` varchar(32) default NULL,
PRIMARY KEY (`id`),
KEY `toid_toread` (`toid`,`toread`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `jos_uddeim`
--
INSERT INTO `jos_uddeim` VALUES (2, 62, 83, 'seeing if this pm thing works. let me know', 1195068981, 0, 1, 1195068982, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (3, 62, 71, 'test quick message', 1195118755, 0, 1, 1195118778, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (4, 62, 71, 'test pm system from cb profile', 1195118778, 0, 1, 1195118804, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (5, 71, 62, 'test from oversoul', 1195120345, 0, 1, 1195120370, 0, NULL, NULL, 0, NULL, 0, 0, NULL);[/code:1]