From: vincent@cubedesigners.com Date: Thu, 24 Jun 2010 14:30:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0a597ab324cd3245759bdb221182fc4302095fe7;p=cubeextranet.git --- diff --git a/inc/ws/Metier/class.ws.document.php b/inc/ws/Metier/class.ws.document.php index 693498984..eae44393a 100644 --- a/inc/ws/Metier/class.ws.document.php +++ b/inc/ws/Metier/class.ws.document.php @@ -197,7 +197,7 @@ class wsDocument extends cubeMetier { $this->bookmarks[$bookmark_id]['page'] = $v; $bookmark_id++; } elseif ($k == 'NumberSections') { - $this->numberSection = $v; + $this->numberSections = $v; } }