mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
Removed a var_dump statement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8546 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3fdbbf399
commit
4973c78fbc
1 changed files with 0 additions and 3 deletions
|
|
@ -94,9 +94,6 @@ class QueryTag {
|
||||||
|
|
||||||
function getBuff(){
|
function getBuff(){
|
||||||
$buff = '';
|
$buff = '';
|
||||||
echo 'start ---';
|
|
||||||
var_dump($this);
|
|
||||||
echo 'end ---';
|
|
||||||
//echo 'Luam un query care e '.$this->isSubQuery;
|
//echo 'Luam un query care e '.$this->isSubQuery;
|
||||||
if($this->isSubQuery){
|
if($this->isSubQuery){
|
||||||
$buff = 'new Subquery(';
|
$buff = 'new Subquery(';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue