move _tables property to the right class
This commit is contained in:
parent
71aa0564a3
commit
36c208e32d
@ -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;
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user