pookey: standards complience change
This commit is contained in:
parent
871f3c418d
commit
b84c7f4ce3
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ function NewDataDictionary(PDO $conn) {
|
|||
return $dict;
|
||||
}
|
||||
class ADOFieldObject {
|
||||
var $name = '';
|
||||
var $max_length=0;
|
||||
var $type="";
|
||||
public $name = '';
|
||||
public $max_length=0;
|
||||
public $type="";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue