Update of /cvsroot/phpwebsite-comm/modules/article/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7283/class
Modified Files:
Article.php ArticleManager.php Section.php
Log Message:
2.3 Release Files
Index: Section.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Section.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Section.php 21 Apr 2004 19:54:55 -0000 1.10
--- Section.php 18 Jun 2004 23:31:07 -0000 1.11
***************
*** 7,11 ****
* deleting this section.
*
! * @version \$Id\$
*
* @author Eloi George <el...@NO...>
--- 7,11 ----
* deleting this section.
*
! * @version $Id$
*
* @author Eloi George <el...@NO...>
Index: Article.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/class/Article.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Article.php 22 Apr 2004 17:05:23 -0000 1.17
--- Article.php 18 Jun 2004 23:31:07 -0000 1.18
***************
*** 9,16 ****
* and saved.
*
! * @version \$Id\$
*
* @author Eloi George <el...@NO...>
- * @basecode Adam Morton's PageMaster Module
* @module Article Manager
* @param int id : Database id of this article
--- 9,15 ----
* and saved.
*
! * @version $Id$
*
* @author Eloi George <el...@NO...>
* @module Article Manager
* @param int id : Database id of this article
Index: ArticleManager.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/class/ArticleManager.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ArticleManager.php 19 Feb 2004 21:46:42 -0000 1.11
--- ArticleManager.php 18 Jun 2004 23:31:07 -0000 1.12
***************
*** 22,26 ****
* organization with PHPWS_Article objects.
*
! * @version \$Id\$
*
* @author Eloi George <el...@NO...>
--- 22,26 ----
* organization with PHPWS_Article objects.
*
! * @version $Id$
*
* @author Eloi George <el...@NO...>
***************
*** 139,143 ****
$tags['BTN_IMG_LIB'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Image Library'), 'IMGLib_op')
. PHPWS_Form::formHidden('IMGLib_can_select_images', 0)
! . PHPWS_Form::formHidden('IMGLib_linkBack', PHPWS_WizardBag::whereami());
$content[0] = PHPWS_Template::processTemplate($tags,'article','menu.tpl');
--- 139,143 ----
$tags['BTN_IMG_LIB'] = PHPWS_Form::formSubmit($_SESSION['translate']->it('Image Library'), 'IMGLib_op')
. PHPWS_Form::formHidden('IMGLib_can_select_images', 0)
! . PHPWS_Form::formHidden('IMGLib_return_data', 'main_menu');
$content[0] = PHPWS_Template::processTemplate($tags,'article','menu.tpl');
|