X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FPConfig.php;h=da4c802937d301271f3d80497bb454a50b5a2983;hb=a2c6240da02de21dc974b1fbe65a943f2abb37fb;hp=f62b59f4765342e2b5b77fc5d35b9a09b6c9b1e2;hpb=4375edd63e44b71913bd45bf25a4a554582b581e;p=friendica.git diff --git a/src/Core/PConfig.php b/src/Core/PConfig.php index f62b59f476..da4c802937 100644 --- a/src/Core/PConfig.php +++ b/src/Core/PConfig.php @@ -65,8 +65,6 @@ class PConfig /** * @brief Sets a configuration value for a user * - * @note Please do not store booleans - convert to 0/1 integer values! - * * @param string $uid The user_id * @param string $cat The category of the configuration value * @param string $key The configuration key to set