move _tables property to the right class

This commit is contained in:
Dieter Adriaenssens 2013-01-25 20:56:00 +01:00
parent 71aa0564a3
commit 36c208e32d
2 changed files with 6 additions and 2 deletions

View File

@ -366,7 +366,6 @@ class Table_Stats
/**
* Defines properties
*/
private $_tables = array();
private $_tableName;
private $_showInfo = false;
@ -822,6 +821,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
/**
* Defines properties
*/
private $_tables = array();
private $_ff = PMA_PDF_FONT;
private $_xMax = 0;
private $_yMax = 0;

View File

@ -186,7 +186,6 @@ class Table_Stats
* Defines properties
*/
private $_tables = array();
private $_tableName;
private $_showInfo = false;
@ -528,6 +527,11 @@ class Relation_Stats
*/
class PMA_Visio_Relation_Schema extends PMA_Export_Relation_Schema
{
/**
* Class properties
*/
private $_tables = array();
/**
* The "PMA_Visio_Relation_Schema" constructor
*