Commit ad4194bd0cb38295d9a7658a19e497ec48f88418

Authored by Michael Joseph
1 parent 9bcbc50c

corrected getID to return the right attribute


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@443 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/documentmanagement/Document.inc
@@ -69,7 +69,7 @@ class Document { @@ -69,7 +69,7 @@ class Document {
69 69
70 /** Get the document primary key */ 70 /** Get the document primary key */
71 function getID() { 71 function getID() {
72 - return $this->iID; 72 + return $this->iId;
73 } 73 }
74 74
75 /** Get the document type id */ 75 /** Get the document type id */