refactor : count api uses where condition

This commit is contained in:
oof1lab
2017-11-19 17:12:56 +05:30
parent 46eef2b5f5
commit 8bb91180e7
3 changed files with 42 additions and 20 deletions

View File

@@ -854,7 +854,7 @@ class Xsql {
/**
* in second join - there will be ONE table and an ON condition
* this if clause deals with this
* if clause deals with this
*
*/
@@ -877,7 +877,7 @@ class Xsql {
/**
* in first join - there will be TWO tables and an ON condition
* this else clause deals with this
* else clause deals with this
*/