DataObjects/Core_notify_server.php
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 03:07:13 +0000 (11:07 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 03:07:13 +0000 (11:07 +0800)
DataObjects/Core_notify_server.php

index d06dd5b..72c3094 100644 (file)
@@ -134,7 +134,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject
     
     function updateNotifyToNextServer( $cn, $exclude = -1)
     {
-        // fixme - this should take into account blacklisted - and 
+        // fixme - this should take into account blacklisted - and return false if no more servers are available
         
         $w = DB_DataObject::factory($cn->tableName());
         $w->get($cn->id);