Skip to content
Snippets Groups Projects
Commit 2185c865 authored by yogeshwar's avatar yogeshwar
Browse files

E-all Settings -Other Settings - Mail Converter

parent 54f7f91a
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1215E-all Settings -Other Settings - Mail Converter
......@@ -531,7 +531,7 @@ class PearDatabase{
function getRowCount(&$result){
global $log;
$rows='';
$rows = 0;
if(isset($result) && !empty($result))
$rows= $result->RecordCount();
return $rows;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment