corrected typos

This commit is contained in:
Sarjuuk
2013-03-05 23:55:09 +01:00
parent c2d258fe73
commit 2b7440ecf8
2 changed files with 7 additions and 11 deletions

View File

@@ -104,6 +104,7 @@ abstract class BaseType
$linking = $c == 'AND' ? ' AND ' : ' OR ';
else if (is_int($c))
$limit = $c > 0 ? ' LIMIT '.$c : '';
else
continue; // ignore other possibilities
}