fix #8131 - chinese translations
[Pman.Core] / GenerateNotifications.php
index e95342a..4b28411 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * Normally called by Core/Notify
+ *
+ */
+
 
 class Pman_Core_GenerateNotifications {
     
@@ -8,7 +13,6 @@ class Pman_Core_GenerateNotifications {
     {
         
      
-        
         $w = DB_DataObject::factory('core_notify_recur');
         if (is_a($w, 'DB_DataObject')) {
             $w->generateNotifications();