From f9ab723f57223a504fad8fdbf76c2fa43fd5e2b7 Mon Sep 17 00:00:00 2001 From: ucorina Date: Tue, 6 Sep 2011 15:53:14 +0000 Subject: [PATCH] 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 --- classes/xml/xmlquery/queryargument/QueryArgument.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/classes/xml/xmlquery/queryargument/QueryArgument.class.php b/classes/xml/xmlquery/queryargument/QueryArgument.class.php index 60fc3c453..2cb5a7392 100644 --- a/classes/xml/xmlquery/queryargument/QueryArgument.class.php +++ b/classes/xml/xmlquery/queryargument/QueryArgument.class.php @@ -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"