QueryArgument - Removed a call to a function that no longer exists.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9067 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-09-06 15:53:14 +00:00
parent 33df36e715
commit f9ab723f57

View file

@ -51,13 +51,6 @@
}
function toString(){
if($this->argument_validator->hasOnlyDefaultValue()){
return sprintf("\n$%s_argument = %s;\n"
, $this->argument_name
, $this->argument_validator->getDefaultValueString()
);
}
if($this->isConditionArgument()){
// Instantiation
$arg = sprintf("\n$%s_argument = new ConditionArgument('%s', %s, '%s');\n"