Skip to content

Commit 2fcaafc

Browse files
authored
Merge pull request #181 from Mdwiki-TD/n_ref
N ref
2 parents 3c361c6 + bec3253 commit 2fcaafc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+55
-39
lines changed

src/Tables/include.php

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/api_or_sql/data_tab.php renamed to src/backend/api_or_sql/data_tab.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function get_td_or_sql_users_no_inprocess()
186186
if (!empty($users)) return $users;
187187
// ---
188188
$api_params = ['get' => 'users_no_inprocess'];
189-
$query = "SELECT * FROM users_no_inprocess order by id";
189+
$query = "SELECT id, user, active FROM users_no_inprocess order by id";
190190
$users = super_function($api_params, [], $query);
191191
// ---
192192
return $users;
@@ -200,7 +200,7 @@ function get_td_or_sql_full_translators($column = null)
200200
if (!empty($full_tr)) return $full_tr;
201201
// ---
202202
$api_params = ['get' => 'full_translators'];
203-
$query = "SELECT * FROM full_translators";
203+
$query = "SELECT id, user, active FROM full_translators";
204204
$full_tr = super_function($api_params, [], $query);
205205
// ---
206206
if ($column) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)