<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Web Dictionary</title><link>https://sourceforge.net/p/web-dictionary/activity/</link><description>Recent activity for Web Dictionary</description><language>en</language><lastBuildDate>Sun, 09 Aug 2020 21:23:28 -0000</lastBuildDate><item><title>lesuarez posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/web-dictionary/discussion/614188/thread/df4b52c5da/?limit=25#fb72</link><description>There are lots of errors running under PHP 7-x. Most errors related to the deprecated mysql_xxx functions. I replaced all by mysqli_xxx but still have problems with the following function at functions.php: function dbquery($query) { $result = @mysqli_query($query); if (!$result) { echo mysqli_error(); return false; } else { return $result; } I have tried to fix the error in line 9: echo mysqli_error(); without success.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lesuarez</dc:creator><pubDate>Sun, 09 Aug 2020 21:23:28 -0000</pubDate><guid>https://sourceforge.net/p/web-dictionary/discussion/614188/thread/df4b52c5da/?limit=25#fb72</guid></item></channel></rss>