fix sql
This commit is contained in:
parent
9c256ab8a8
commit
91b93ac7ce
@ -1800,7 +1800,7 @@ class ActionComm extends CommonObject
|
||||
$sql .= " a.priority, a.fulldayevent, a.location, a.transparency,";
|
||||
$sql .= " u.firstname, u.lastname, u.email,";
|
||||
$sql .= " s.nom as socname,";
|
||||
$sql .= " c.id as type_id, c.code as type_code, c.libelle as type_label";
|
||||
$sql .= " c.id as type_id, c.code as type_code, c.libelle as type_label,";
|
||||
$sql .= " num_vote, event_paid, status";
|
||||
$sql .= " FROM (".MAIN_DB_PREFIX."c_actioncomm as c, ".MAIN_DB_PREFIX."actioncomm as a)";
|
||||
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."user as u on u.rowid = a.fk_user_author"; // Link to get author of event for export
|
||||
|
||||
Loading…
Reference in New Issue
Block a user