0.18-beta - breakout sign-in steps for smaller screens

This commit is contained in:
2019-01-28 13:50:56 -05:00
parent 658b5ca9bb
commit 0b4dcefd7e
11 changed files with 384 additions and 94 deletions

View File

@@ -50,7 +50,7 @@ class SiteInfo {
if ($offset == "0") { $c_offset = NULL; }
else { $c_offset = " OFFSET " . $offset; }
$query = "
SELECT
SELECT DISTINCT
" . Registry::DB_PRFX . "sites.id as sites_id,
" . Registry::DB_PRFX . "sites.name as sites_name,
" . Registry::DB_PRFX . "sites.region as sites_region,