Fix some layout issues when browsing through the group list
[platal.git] / modules / xnetevents / xnetevents.inc.php
index e9cddbd..ce2a838 100644 (file)
@@ -105,7 +105,7 @@ function get_event_participants($evt, $item_id, $tri, $limit = '') {
     if (Env::has('initiale')) {
         $where = 'AND IF(u.nom IS NULL, m.nom,
                          IF(u.nom_usage<>"", u.nom_usage, u.nom))
-                  LIKE "'.addslashes(Env::get('initiale')).'%"';
+                  LIKE "'.addslashes(Env::v('initiale')).'%"';
     } else {
         $where = '';
     }