I just noticed a small glitch during a module creation for which I use the pubfind
function of pagesetter.
(sorry don't have a patch right now)
In the pagesetter_user_pubfind function:
[php]
$target = pnVarCleanFromInput('target');
$url = pnVarCleanFromInput('url');
$html = pnVarCleanFromInput('html');
$extra = array( 'targetID' => $targetID,
'target' => $target,
'url' => $url,
'html' => $html);
[/php]
instead of only adding the targetID
in pubListHandler.php
[php]
$this->commander->raw("\n");
[/php]
Has to replace the previous "raw" addition.
This allows the function to be called from other modules,, that do not utilize
HTMLAREA30.
cheers
Posted: 29.02.2004, 11:46
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
right XForum &*(*( it up, but I assume you get what I mean. Otherwise i can send you
the files.