CollectiveIndustries / StarfleetDelta

Repository for Starfleet Delta Webpage, Database, and all in world scripts
https://www.starfleetdelta.com/
GNU General Public License v3.0
2 stars 4 forks source link

[TimeClock] SQL statements broken for new entries #30

Closed Morketh closed 8 years ago

Morketh commented 8 years ago
INSERT INTO `ufgq`.`accounts` (`UUID`, `username`, `email`) VALUES ('980157fb-bc36-49cb-87f4-0a6e1da2d841', 'Evo Stormcrow', CONCAT(REPLACE(`Evo Stormcrow`,' ',''),'@ufgq.co'))
Unknown column 'Evo Stormcrow' in 'field list'

So as far i can tell there's an SQL Error preventing correctly adding a new entry using the time clock system.