X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-functions.php;h=6ef7033701f8a8d02ef759c0524fecb075c4a2ad;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=08490fb27f00e15f8b56ed40fae9788e3046bd22;hpb=175b3f506e193d8d791ec6523db42276e296dd0b;p=mailer.git diff --git a/inc/pool-functions.php b/inc/pool-functions.php index 08490fb27f..6ef7033701 100644 --- a/inc/pool-functions.php +++ b/inc/pool-functions.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen zum Umgang mit Status-Funktionen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -85,7 +80,7 @@ function updatePoolDataById ($poolId, $columnName, $data, $updateMode = NULL, $w // Is update mode set? if (!is_null($updateMode)) { // Don't allow array as data here - assert(!is_array($data), 'data must not be an array.'); + assert(!is_array($data)); // Then use this on the column with this mode (mostly counters) sqlQueryEscaped('UPDATE `{?_MYSQL_PREFIX?}_pool` SET `%s`=`%s`%s%s WHERE `id`=%s' . $whereSql . ' LIMIT 1',