UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 05:37:10 +0000 (13:37 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 05:37:10 +0000 (13:37 +0800)
UpdateDatabase/MysqlLinks.php

index bce5261..044df5d 100644 (file)
@@ -395,6 +395,9 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
             while ($q->fetch()) {
                 $cache[$table] = $q->SPECIFIC_NAME;
             }
+            if ($table == 'core_notify_recur') {
+                print_r($cache($table]);
+            }
         }
         // now see which of the procedures match the specification..
         $ret = array();