Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv28941/phpwiki/lib/plugin
Modified Files:
TitleSearch.php
Log Message:
Moved description from html template into plugins.
Index: TitleSearch.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/TitleSearch.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TitleSearch.php 2001/12/14 20:22:12 1.2
--- TitleSearch.php 2001/12/15 10:55:16 1.3
***************
*** 10,13 ****
--- 10,14 ----
{
var $name = 'TitleSearch';
+ var $description = 'TitleSearch';
function getDefaultArguments() {
|