Commit dafc81ed9be9d265455b2100cb6011a29bf7efdc

Authored by Michael Joseph
1 parent ce968152

added setWebSiteID method


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1462 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 0 deletions
lib/web/WebDocument.inc
... ... @@ -43,6 +43,9 @@ class WebDocument {
43 43 function setStatusID($iNewValue) {
44 44 $this->iStatusID = $iNewValue;
45 45 }
  46 + function setWebSiteID($iNewValue) {
  47 + $this->iWebSiteID = $iNewValue;
  48 + }
46 49  
47 50 /**
48 51 * Create the current object in the database
... ...