* @version 2.0 * @package Load * @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org
The contents of this file are subject to the Mozilla Public License Version 1.1 * @filesource * @license http://www.mozilla.org/MPL/ MPL */ $ID_LogUser = $_SESSION["log2"]; if($ID_LogUser != "") { $sql = "SELECT * FROM usersettings WHERE FK_User = '$ID_LogUser'"; $result = mysqli_query($GLOBALS["___mysqli_ston"], $sql); while($row = mysqli_fetch_object($result)) { $RecordsPerPage = $row->RecordsPerPage; $Sorting = $row->Sorting; $MainMMPath = $row->MainMMPath; $MainMMCreator = $row->MainMMCreator; $MainMMLicense = $row->MainMMLicense; $MainMMType = $row->MainMMType; $MainMMUseEXIF = $row->MainMMUseEXIF; $CollDataMM = $row->CollDataSameAsMM; $RecordsPerPageSP = $row->RecordsPerPageSP; $SortingSP = $row->SortingSP; $ShowUnitIDSP = $row->ShowUnitIDSP; $ShowCollCodeSP = $row->ShowCollCodeSP; $ShowInstCodeSP = $row->ShowInstCodeSP; } } ?>