Skip to content
Snippets Groups Projects
Commit 5a46f224 authored by jgaimard's avatar jgaimard
Browse files

Pergame realtime, action 8 (users sync) is never considered as busy

parent 812aa0b2
5 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!215Dev#12992 Custom Fields,!214Hotline 6.46,!212Hotline Indexation Mots Vide,!211Hotline Indexation Mots Vide
......@@ -78,7 +78,7 @@ define("ID_PROFIL_RESERVATION",103);
$trace=$_REQUEST["trace"];
if($trace) trace("mode trace");
$statut=setConnect();
if($statut == "busy") retour($statut,"Trop de connexions");
if($statut == "busy" and $_REQUEST["cmd"]!='8') retour($statut,"Trop de connexions"); // on laisse passer les abonnés (code 8)
// Controle des parametres et connexion a la base
$nomBase=$_REQUEST["base"];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment