Commit 20e150d7 authored by Alex Ne's avatar Alex Ne

Ошибка

parent c38d9a32
......@@ -248,7 +248,7 @@ class TableItem
return $this;
}
public function limit( $op1, $op2 = false );
public function limit( $op1, $op2 = false )
{
if($op2) $this->sql_limit = " LIMIT {$op1},{$op2}";
else $this->sql_limit = " LIMIT {$op1}";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment