Update of /cvsroot/phpwiki/phpwiki/admin
In directory usw-pr-cvs1:/tmp/cvs-serv9892
Modified Files:
wiki_port1_0.php
Log Message:
Changed call to InsertPage to ReplaceCurrentPage.
Index: wiki_port1_0.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/admin/wiki_port1_0.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** wiki_port1_0.php 2000/08/29 02:42:59 1.3
--- wiki_port1_0.php 2001/06/26 18:16:06 1.4
***************
*** 33,37 ****
$newhash['content'] = explode("\n", $content);
! InsertPage($dbi, $pagename, $newhash);
}
--- 33,37 ----
$newhash['content'] = explode("\n", $content);
! ReplaceCurrentPage($pagename, $newhash);
}
|