]> git.mxchange.org Git - friendica.git/commitdiff
Changed documentation
authorMichael <heluecht@pirati.ca>
Sun, 27 May 2018 10:42:47 +0000 (10:42 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 27 May 2018 10:42:47 +0000 (10:42 +0000)
src/Database/DBStructure.php

index 41543d89ccd6b0161b9cfe708b58cb35a85044b1..847449b75419c8ab3fe6aad072c8ebb1c32d8e30 100644 (file)
@@ -1791,7 +1791,7 @@ class DBStructure
                                "fields" => [
                                                "iid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["item" => "id"], "comment" => "Item id"],
                                                "uid" => ["type" => "mediumint unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["user" => "uid"], "comment" => "User id"],
-                                               "hidden" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Hidden marker"],
+                                               "hidden" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Marker to hide an item from the user"],
                                                ],
                                "indexes" => [
                                                "PRIMARY" => ["uid", "iid"],