mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
replace space by tabs
This commit is contained in:
parent
67feaf55cf
commit
38b0cbda7f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user