mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
corrected typos
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user