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.
This commit is contained in:
2026-01-07 22:38:25 -06:00
parent b7ac70b629
commit 6b14b2620c

View File

@@ -659,7 +659,7 @@ class Producto extends Main
return $data;
}//Search
}//Search3
function Search2(){