[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: sitemgr/inc class.Pages_SO.inc.php,1.3,1.4
From: |
Patrick Walsh <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: sitemgr/inc class.Pages_SO.inc.php,1.3,1.4 |
Date: |
Mon, 02 Sep 2002 23:15:15 -0400 |
Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv7653
Modified Files:
class.Pages_SO.inc.php
Log Message:
I swear this is the third time i've checked in this change.
Index: class.Pages_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Pages_SO.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.Pages_SO.inc.php 1 Sep 2002 22:19:02 -0000 1.3
--- class.Pages_SO.inc.php 3 Sep 2002 03:15:13 -0000 1.4
***************
*** 115,119 ****
'title="' . $pageInfo->title . '",' .
'subtitle="' . $pageInfo->subtitle . '",' .
! 'content="' . $pageInfo->content . '" ' .
'hide_page="' . $pageInfo->hidden . '" ' .
'WHERE page_id="' . $pageInfo->id . '"';
--- 115,119 ----
'title="' . $pageInfo->title . '",' .
'subtitle="' . $pageInfo->subtitle . '",' .
! 'content="' . $pageInfo->content . '", ' .
'hide_page="' . $pageInfo->hidden . '" ' .
'WHERE page_id="' . $pageInfo->id . '"';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/inc class.Pages_SO.inc.php,1.3,1.4,
Patrick Walsh <address@hidden> <=