Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv29368/phpwiki/lib/plugin
Modified Files:
FullTextSearch.php
Log Message:
Updated plugins for a more complete localized experience.
Index: FullTextSearch.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/FullTextSearch.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** FullTextSearch.php 2001/12/15 10:54:45 1.2
--- FullTextSearch.php 2001/12/16 11:52:30 1.3
***************
*** 77,81 ****
// FIXME: need more thought about this whole interface.
$args['search'] = '()';
! return MakeWikiForm($GLOBALS['pagename'], $args, 'wikiaction','Full Text Search');
}
};
--- 77,81 ----
// FIXME: need more thought about this whole interface.
$args['search'] = '()';
! return MakeWikiForm(_($GLOBALS['pagename']), $args, 'wikiaction','Full Text Search');
}
};
|