]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/PConfig.php
Merge pull request #7355 from JeroenED/task/relationship-status2/no-dead-nodes
[friendica.git] / src / Core / PConfig.php
index f62b59f4765342e2b5b77fc5d35b9a09b6c9b1e2..da4c802937d301271f3d80497bb454a50b5a2983 100644 (file)
@@ -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