18 A proposito meti duplicados en banners_campain_offers y lo permitio varias veces
INSERT INTO banners_campain_offers VALUES(114002, 1, 1, 1, 150090, 1, 45, 100, 0, 0, 0, 0, 0, 0, 40, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114003, 1, 1, 1, 150120, 1, 50, 100, 0, 0, 0, 0, 0, 0, 40, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114100, 1, 1, 1, 150030, 1, 25, 100, 0, 0, 0, 0, 0, 0, 41, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114101, 1, 1, 1, 150060, 1, 35, 100, 0, 0, 0, 0, 0, 0, 41, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114102, 1, 1, 1, 150090, 1, 40, 100, 0, 0, 0, 0, 0, 0, 41, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114103, 1, 1, 1, 150120, 1, 50, 100, 0, 0, 0, 0, 0, 0, 41, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114104, 1, 1, 1, 150240, 1, 90, 100, 0, 0, 0, 0, 0, 0, 41, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114200, 1, 1, 1, 150030, 1, 20, 100, 0, 0, 0, 0, 0, 0, 42, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114201, 1, 1, 1, 150060, 1, 30, 100, 0, 0, 0, 0, 0, 0, 42, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114202, 1, 1, 1, 150090, 1, 35, 100, 0, 0, 0, 0, 0, 0, 42, 'content', 0);
INSERT INTO banners_campain_offers VALUES(114203, 1, 1, 1, 150120, 1, 40, 100, 0, 0, 0, 0, 0, 0, 42, 'content', 0);
INSERT INTO banners_campain_offers VALUES(115000, 1, 1, 1, 466060, 1, 30, 100, 0, 0, 0, 0, 0, 0, 50, 'content', 0);
INSERT INTO banners_campain_offers VALUES(122010, 1, 1, 1, 466060, 1, 50, 100, 0, 0, 0, 0, 0, 0, 10, 'directory', 0);
19 CREATE TABLE content_user_rights2users (
  user_id int(10) NOT NULL,
  user_rights_id int(10) NOT NULL,
  `value` int(1) NOT NULL,
  PRIMARY KEY  (user_id,user_rights_id),
  KEY `value` (`value`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Es decir, Myisam = MYSQL. Su codigo solo "funciona" con Mysql. Entonces ..... para que carajos usa una funcion AJENA de conexion a VARIAS bases de datos?
20 Un codigo que sde usa se actualiza. Donde esta el control de versiones o changelog ?