From 2185c86544dddeed16cd55d3416f871331de8de1 Mon Sep 17 00:00:00 2001
From: yogeshwar <yogeshwar.g@vtigersolutions.com>
Date: Tue, 4 Jun 2024 16:07:14 +0530
Subject: [PATCH] E-all Settings -Other Settings - Mail Converter

---
 include/database/PearDatabase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/database/PearDatabase.php b/include/database/PearDatabase.php
index ea5d0332f..fdc021cf9 100644
--- a/include/database/PearDatabase.php
+++ b/include/database/PearDatabase.php
@@ -531,7 +531,7 @@ class PearDatabase{
 
     function getRowCount(&$result){
 		global $log;
-		$rows='';
+		$rows = 0;
 		if(isset($result) && !empty($result))
 		    $rows= $result->RecordCount();
 		return $rows;
-- 
GitLab