Commit b84c7f4c authored by pookey's avatar pookey

pookey: standards complience change

parent 871f3c41
......@@ -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="";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment