mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
33df36e715
commit
f9ab723f57
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue