[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: wiki/parse html.php,1.3,1.4
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: wiki/parse html.php,1.3,1.4 |
Date: |
Tue, 04 Mar 2003 15:55:18 -0500 |
Update of /cvsroot/phpgroupware/wiki/parse
In directory subversions:/tmp/cvs-serv14680/parse
Modified Files:
html.php
Log Message:
moved to new sowiki class which relies completly on our db-abstraction
Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/parse/html.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** html.php 3 Mar 2003 14:16:24 -0000 1.3
--- html.php 4 Mar 2003 20:55:15 -0000 1.4
***************
*** 128,132 ****
{ $hover = ' title="' . $hover . '"'; }
! $p = new WikiPage($db, $page);
if($p->exists())
--- 128,133 ----
{ $hover = ' title="' . $hover . '"'; }
! global $pagestore;
! $p = $pagestore->page($page);
if($p->exists())
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: wiki/parse html.php,1.3,1.4,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: wiki/lib init.php,1.3,1.4 main.php,1.3,1.4 db.php,1.3,NONE page.php,1.3,NONE pagestore.php,1.3,NONE rate.php,1.3,NONE
- Next by Date:
[Phpgroupware-cvs] CVS: wiki/inc class.sowiki.inc.php,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: wiki/lib init.php,1.3,1.4 main.php,1.3,1.4 db.php,1.3,NONE page.php,1.3,NONE pagestore.php,1.3,NONE rate.php,1.3,NONE
- Next by thread:
[Phpgroupware-cvs] CVS: wiki/inc class.sowiki.inc.php,1.1,1.2
- Index(es):