Source for file loadsettings.php
Documentation is available at loadsettings.php
* loading user settings (hitlist settings) from database
* @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
* @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
* @license http://www.mozilla.org/MPL/ MPL
$sql =
"SELECT * FROM usersettings WHERE ID_User = '$ID_LogUser'";
{ $RecordsPerPage =
$row->RecordsPerPage;
$Sorting =
$row->Sorting;
$RecordsPerPageSP =
$row->RecordsPerPageSP;
$SortingSP =
$row->SortingSP; }
Documentation generated on Tue, 29 Nov 2011 10:44:53 +0100 by phpDocumentor 1.4.3