From: Aryeh Gregor Date: Fri, 25 Jul 2008 19:14:30 +0000 (+0000) Subject: Copy-paste documentation for copy-pasted hook, too. X-Git-Tag: 1.31.0-rc.0~46367 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d5ce3414dfe46b1d36250ca9aac1a514d912027d;p=lhc%2Fweb%2Fwiklou.git Copy-paste documentation for copy-pasted hook, too. --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 9b9980aa48..c1c5e152f7 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1190,6 +1190,10 @@ $term: string of search term 'SpecialVersionExtensionTypes': called when generating the extensions credits, use this to change the tables headers $extTypes: associative array of extensions types +'TitleArrayFromResult': called when creating an TitleArray object from a database result +&$titleArray: set this to an object to override the default object returned +$res: database result used to create the object + 'TitleMoveComplete': after moving an article (title) $old: old title $nt: new title