From 804d8ef3daa200354cc42447ccda63f94dd3fd2e Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 24 Feb 2025 08:21:57 +0000 Subject: [PATCH] Added important notice to add_user at User_model --- application/models/User_model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/models/User_model.php b/application/models/User_model.php index 7fb22cfb9..147d3dcd2 100644 --- a/application/models/User_model.php +++ b/application/models/User_model.php @@ -203,6 +203,9 @@ class User_Model extends CI_Model { // FUNCTION: bool add($username, $password, $email, $type) // Add a user + // !!!!!!!!!!!!!!!! + // !! IMPORTANT NOTICE: Please inform DJ7NT and/or DF2ET when adding/removing/changing parameters here. + // !!!!!!!!!!!!!!!! function add($username, $password, $email, $type, $firstname, $lastname, $callsign, $locator, $timezone, $measurement, $dashboard_map, $user_date_format, $user_stylesheet, $user_qth_lookup, $user_sota_lookup, $user_wwff_lookup, $user_pota_lookup, $user_show_notes, $user_column1, $user_column2, $user_column3, $user_column4, $user_column5,