Skip to content
Snippets Groups Projects
Commit ef919c45 authored by nmunoz's avatar nmunoz
Browse files

Corrijo pequenio error del commit anterior en sql.php

parent 731927c5
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class sql ...@@ -41,7 +41,7 @@ class sql
} }
if(!is_null($limit) && $limit != ""){ if(!is_null($limit) && $limit != ""){
if(strpos($order_by, 'LIMIT') === false){ if(strpos($limit, 'LIMIT') === false){
$limit = " LIMIT $limit"; $limit = " LIMIT $limit";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment