diff --git a/lib/web/WebDocument.inc b/lib/web/WebDocument.inc index 2988663..25ce280 100644 --- a/lib/web/WebDocument.inc +++ b/lib/web/WebDocument.inc @@ -43,6 +43,9 @@ class WebDocument { function setStatusID($iNewValue) { $this->iStatusID = $iNewValue; } + function setWebSiteID($iNewValue) { + $this->iWebSiteID = $iNewValue; + } /** * Create the current object in the database