X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMsn%2Fmsn_waiting_message.php;h=707cd04389a6dc9d527fa40ffe798cb0a791d073;hb=fee9ddf84115bfa1062d7661fd439c5f8ddf985e;hp=0af7c4f3ec25df3bf3a9655b7acdd650b720e49d;hpb=04ca706601a2a3b556cc52fa21b61fcd842c4e87;p=quix0rs-gnu-social.git diff --git a/plugins/Msn/msn_waiting_message.php b/plugins/Msn/msn_waiting_message.php index 0af7c4f3ec..707cd04389 100644 --- a/plugins/Msn/msn_waiting_message.php +++ b/plugins/Msn/msn_waiting_message.php @@ -100,9 +100,9 @@ class Msn_waiting_message extends Memcached_DataObject { $cnt = $wm->find(true); if ($cnt) { - # XXX: potential race condition - # can we force it to only update if claimed is still null - # (or old)? + // XXX: potential race condition + // can we force it to only update if claimed is still null + // (or old)? common_log(LOG_INFO, 'claiming msn waiting message id = ' . $wm->id); $orig = clone($wm); $wm->claimed = common_sql_now();