##
## Dumping data for table `[prefix]_adminemails`
##
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (5, '[email protected]');
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (2, '[email protected]');
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (3, '[email protected]');
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (4, '[email protected]');
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (6, '[email protected]');
INSERT INTO `[prefix]_adminemails` (`id`, `email`) VALUES (10, '[email protected]');
hoe moet ik dat doen:S
373 views