Add some default categories

--HG--
branch : quitta-gsoc-2013
hg/feature/sse2
Quitta 12 years ago
parent c045617e98
commit b163ab7960

@ -57,6 +57,7 @@
UNIQUE INDEX `Name_UNIQUE` (`Name` ASC) )
ENGINE = InnoDB;
INSERT IGNORE INTO `" . $cfg['db']['lib']['name'] ."`.`ticket_category` (`Name`) VALUES ('Hacking'),('Ingame-Bug'),('Website-Bug'),('Installation');
-- -----------------------------------------------------
-- Table `" . $cfg['db']['lib']['name'] ."`.`ticket_user`
@ -243,7 +244,6 @@
ENGINE = InnoDB;
";
$dbl->executeWithoutParams($sql);
print "The Lib & Web database were correctly installed! <br />";

Loading…
Cancel
Save