corrected some typos in the link-support-functions

This commit is contained in:
Ralf Becker 2002-09-02 21:40:44 +00:00
parent 536b4e1d7a
commit 014df2eabf

View File

@ -466,7 +466,7 @@
@author ralfbecker @author ralfbecker
@abstract query infolog for entries matching $pattern @abstract query infolog for entries matching $pattern
*/ */
function link_title( $pattern ) function link_query( $pattern )
{ {
$start = $total = 0; $start = $total = 0;
$ids = $this->readIdArray('','','','',$pattern,'','','',&$start,&$total); $ids = $this->readIdArray('','','','',$pattern,'','','',&$start,&$total);