room for wakeupper reconstructed by index_rd.php and wellcome sentence updated
[brisk.git] / web / briskin5 / Obj / briskin5.phh
index 2767c4e..11c7df3 100644 (file)
@@ -437,7 +437,7 @@ function locshm_exists($tok)
 {
   // return (TRUE);
 
-  if (($id = shmop_open($tok,"a", 0, 0)) == FALSE) {
+  if (($id = @shmop_open($tok,"a", 0, 0)) == FALSE) {
     log_main($tok." SHM NOT exists");
 
     return (FALSE);