From dafc81ed9be9d265455b2100cb6011a29bf7efdc Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 10 Mar 2003 10:58:12 +0000 Subject: [PATCH] added setWebSiteID method --- lib/web/WebDocument.inc | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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 -- libgit2 0.21.4