Skip to content
Snippets Groups Projects
Commit fa3ed50f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix sql syntax

parent 3b8f60f9
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class Website extends CommonObject
$sql.= 'status,';
$sql.= 'fk_default_home,';
$sql.= 'virtualhost,';
$sql.= 'fk_user_create';
$sql.= 'fk_user_create,';
$sql.= 'date_creation';
$sql .= ') VALUES (';
$sql .= ' '.(! isset($this->entity)?'NULL':$this->entity).',';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment