1
0
mirror of synced 2025-01-17 22:11:41 +03:00

pookey: standards complience change

This commit is contained in:
pookey 2006-09-14 13:40:29 +00:00
parent 871f3c418d
commit b84c7f4ce3

View File

@ -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="";
}