]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Msn/msn_waiting_message.php
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Msn / msn_waiting_message.php
index 0af7c4f3ec25df3bf3a9655b7acdd650b720e49d..707cd04389a6dc9d527fa40ffe798cb0a791d073 100644 (file)
@@ -100,9 +100,9 @@ class Msn_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 msn waiting message id = ' . $wm->id);\r
             $orig = clone($wm);\r
             $wm->claimed = common_sql_now();\r