mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
document what the U type stands for
This commit is contained in:
parent
0333777a37
commit
53c0e4976b
@ -633,6 +633,7 @@ class Database extends AbstractData
|
||||
$sql = 'SELECT "tabname" FROM "systables"';
|
||||
break;
|
||||
case 'mssql':
|
||||
// U: tables created by the user
|
||||
$sql = 'SELECT "name" FROM "sysobjects" '
|
||||
. 'WHERE "type" = \'U\' ORDER BY "name"';
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user