]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/Irc_waiting_message.php
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Irc / Irc_waiting_message.php
index 59eec63d8d697e8ad4855cd3108140493fe581df..6c6fd454c687d274a07308ca43a673d9763d5f11 100644 (file)
@@ -94,9 +94,9 @@ class Irc_waiting_message extends Memcached_DataObject {
         $cnt = $wm->find(true);\r
 \r
         if ($cnt) {\r
-            # XXX: potential race condition\r
-            # can we force it to only update if claimed is still null\r
-            # (or old)?\r
+            // XXX: potential race condition\r
+            // can we force it to only update if claimed is still null\r
+            // (or old)?\r
             common_log(LOG_INFO, 'claiming IRC waiting message id = ' . $wm->id);\r
             $orig = clone($wm);\r
             $wm->claimed = common_sql_now();\r