]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/network_functions.php
Renamed function, used more "pool functions":
[mailer.git] / inc / libs / network_functions.php
index 405d557a35fe9cc288ea4f2e043a5de1908d80fa..a8155e78812e7f39c481e650439ac518f8882e20 100644 (file)
@@ -1827,7 +1827,7 @@ function doAdminNetworkProcessAddNetwork () {
        SQL_QUERY(getInsertSqlFromArray(postRequestArray(), 'network_data'), __FUNCTION__, __LINE__);
 
        // Add the id for output only
-       setPostRequestElement('network_id', SQL_INSERTID());
+       setPostRequestElement('network_id', SQL_INSERT_ID());
 
        // Output message
        if (!SQL_HASZEROAFFECTED()) {