summaryrefslogtreecommitdiff
path: root/preferences.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
commit513bc9e03522f0bfc0e307a8e40a517e746de2bc (patch)
treebed44d24c1ef1ee8d3801b74fe0fac68e1f779f4 /preferences.php
parent70ebf6a972f511a904a7775ec792dc2523bf3e13 (diff)
downloadusers-513bc9e03522f0bfc0e307a8e40a517e746de2bc.tar.gz
users-513bc9e03522f0bfc0e307a8e40a517e746de2bc.tar.bz2
users-513bc9e03522f0bfc0e307a8e40a517e746de2bc.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'preferences.php')
-rwxr-xr-xpreferences.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/preferences.php b/preferences.php
index 85cd2b5..d4f122c 100755
--- a/preferences.php
+++ b/preferences.php
@@ -1,7 +1,7 @@
<?php
namespace Bitweaver\Users;
+
use Bitweaver\KernelTools;
-use function Bitweaver\Users\scramble_email;
/**
* user preferences
@@ -211,7 +211,6 @@ if( isset( $_REQUEST["chgpswd"] )) {
}
}
-
// this should go in tidbits
if( isset( $_REQUEST['tasksprefs'] )) {
$editUser->storePreference( 'tasks_max_records', $_REQUEST['tasks_max_records'] );