Browse Source

remove one empth line

stanley-king 3 years ago
parent
commit
893c43eea0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/framework/libraries/model.php

+ 0 - 1
core/framework/libraries/model.php

@@ -1112,7 +1112,6 @@ class ModelDb
     {
     {
         $joinStr = '';
         $joinStr = '';
         if (false === strpos($options['table'],',')) return null;
         if (false === strpos($options['table'],',')) return null;
-//        if (false === strpos(null,',')) return null;
 
 
         $table = explode(',',$options['table']);
         $table = explode(',',$options['table']);
         $on = explode(',',$options['on']);
         $on = explode(',',$options['on']);