UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 06:17:12 +0000 (14:17 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 06:17:12 +0000 (14:17 +0800)
UpdateDatabase/MysqlLinks.php

index e205931..4d907a9 100644 (file)
@@ -141,6 +141,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
         
         
         // create a list of source/targets from $this->links
+        print_R($this->links);exit;
         
         $revmap = array();
         foreach($this->links as $tbl => $map) {
@@ -159,6 +160,8 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
         }
         
         
+        
+        
         foreach($revmap as $target_table => $sources) {