From: Alan Knowles Date: Thu, 16 Apr 2015 05:37:10 +0000 (+0800) Subject: UpdateDatabase/MysqlLinks.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fd864eec3fc486febae9cc12043dd1b25d12a9cf UpdateDatabase/MysqlLinks.php --- 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();