replace space by tabs

This commit is contained in:
Uwe Steinmann 2022-11-15 16:03:52 +01:00
parent 67feaf55cf
commit 38b0cbda7f

View File

@ -840,8 +840,8 @@ class SeedDMS_Core_DMS {
*/
function getDocumentContent($id) { /* {{{ */
if (!is_numeric($id)) return false;
if ($id < 1) return false;
if (!is_numeric($id)) return false;
if ($id < 1) return false;
$queryStr = "SELECT * FROM `tblDocumentContent` WHERE `id` = ".(int) $id;
$resArr = $this->db->getResultArray($queryStr);