pookey: standards complience change
This commit is contained in:
parent
871f3c418d
commit
b84c7f4ce3
@ -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…
x
Reference in New Issue
Block a user