"DaveG" wrote :
> I can't test this right now, but try:
>  $FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template", "' 
> .$AuthId.'")';

bingo !
as $AuthId is an email address, It seems required to suppress the . (dot) to 
make it work, otherwise an empty string is returned :

$FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template", 
"'.str_replace(".", "", $AuthId).'")';

Thanks !

SH 




_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to