From: <txm...@us...> - 2015-04-26 15:06:28
|
Revision: 13045 http://sourceforge.net/p/xoops/svn/13045 Author: txmodxoops Date: 2015-04-26 15:06:26 +0000 (Sun, 26 Apr 2015) Log Message: ----------- fixed Modified Paths: -------------- XoopsModules/TDMCreate/branches/timgno/1.91a1/tdmcreate/class/files/admin/AdminIndex.php Modified: XoopsModules/TDMCreate/branches/timgno/1.91a1/tdmcreate/class/files/admin/AdminIndex.php =================================================================== --- XoopsModules/TDMCreate/branches/timgno/1.91a1/tdmcreate/class/files/admin/AdminIndex.php 2015-04-26 13:03:22 UTC (rev 13044) +++ XoopsModules/TDMCreate/branches/timgno/1.91a1/tdmcreate/class/files/admin/AdminIndex.php 2015-04-26 15:06:26 UTC (rev 13045) @@ -74,6 +74,7 @@ { $tableName = $tables[$i]->getVar('table_name'); $content .= <<<EOT +\${$tableName}Handler =& \${$moduleDirname}->getHandler('{$tableName}'); \$count_{$tableName} = \${$tableName}Handler->getCount();\n EOT; } |