Code: Select all
else if (($config['phpbbservices_digests_max_items'] != 0) && $config['phpbbservices_digests_max_items'] < $row['user_digest_max_posts'])
and should be:
Code: Select all
else if (($config['digests_max_items'] != 0) && $config['digests_max_items'] < $row['user_digest_max_posts'])