From e6ce83a1e4c29fedeca952bf1f0235646e443807 Mon Sep 17 00:00:00 2001 From: Fernando Ontiveros Date: Fri, 25 Apr 2025 08:24:48 +0000 Subject: [PATCH] add new guid generator --- gulliver/system/class.g.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 8072f4234..4fdd03da3 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -2845,7 +2845,6 @@ class G /** * Generate random number * - * @author Fernando Ontiveros Lira * @access public * @return int */ @@ -2859,9 +2858,8 @@ class G } /** - * Generate random number + * Generate random Uid with a prefix * - * @author Fernando Ontiveros Lira * @access public * @return int */ @@ -6159,7 +6157,7 @@ class G 'usrUid' => isset($data['USER_LOGGED']) ? $data['USER_LOGGED'] : '', ]; if (empty($error)) { - $message = 'Trigger Execution'; + $message = 'Trigger Execution without errors'; Log::channel(':TriggerExecution')->info($message, Bootstrap::context($context)); } else { $message = 'Trigger Execution Error';