From fd864eec3fc486febae9cc12043dd1b25d12a9cf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Apr 2015 13:37:10 +0800 Subject: [PATCH] UpdateDatabase/MysqlLinks.php --- UpdateDatabase/MysqlLinks.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UpdateDatabase/MysqlLinks.php b/UpdateDatabase/MysqlLinks.php index bce52610..044df5dc 100644 --- a/UpdateDatabase/MysqlLinks.php +++ b/UpdateDatabase/MysqlLinks.php @@ -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(); -- 2.39.2