From 6b14b2620cfcad1c8c535f5e0be5fefa57f04f04 Mon Sep 17 00:00:00 2001 From: nickpons666 Date: Wed, 7 Jan 2026 22:38:25 -0600 Subject: [PATCH] Fix incorrect closing comment on Search3 function Changed closing comment from '//Search' to '//Search3' to match the actual function name, preventing confusion about which function is ending. --- classes/producto.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/producto.class.php b/classes/producto.class.php index c072565..a1143c1 100755 --- a/classes/producto.class.php +++ b/classes/producto.class.php @@ -659,7 +659,7 @@ class Producto extends Main return $data; - }//Search + }//Search3 function Search2(){