PHP Classes

BuildSQLWhereClause

Recommend this page to a friend!

      Ultimate MySQL  >  All threads  >  BuildSQLWhereClause  >  (Un) Subscribe thread alerts  
Subject:BuildSQLWhereClause
Summary:Error in Line 310
Messages:1
Author:Christian Mehler
Date:2014-02-16 17:52:17
 

  1. BuildSQLWhereClause   Reply   Report abuse  
Picture of Christian Mehler Christian Mehler - 2014-02-16 17:52:17
On Line 310 in static public function BuildSQLWhereClause($whereArray) it must be

$where .= " AND `" . $key . "` IS NULL";

(in the original code the it is $where = ...)