]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool/pool-user.php
Further rewrites due to deprecated functions in 5.3.1
[mailer.git] / inc / pool / pool-user.php
index d3e009cb1f77260a07748144d08f96a8cde62442..1abf8a079befa926fe1ef1d5814885b319fe5a38 100644 (file)
@@ -77,7 +77,7 @@ if (SQL_NUMROWS($result_main) > 0) {
                // Entry updated?
                if (SQL_AFFECTEDROWS() == 1) {
                        // "Explode" all receivers into an array
-                       if (ereg(';', $DATA['receivers'])) {
+                       if (isInString(';', $DATA['receivers'])) {
                                // There's more than one receiver in the list...
                                $receiverS = explode(';', $DATA['receivers']);
                        } elseif (!empty($DATA['receivers'])) {