From: tokul Date: Tue, 5 Apr 2005 13:48:07 +0000 (+0000) Subject: updating include/validate.php structure X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1f41d8b52a69e6c4f0d77245b934fb1564219163 updating include/validate.php structure git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9204 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/plugin.txt b/doc/plugin.txt index 8c099291..a51e405c 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -177,6 +177,7 @@ version is not listed, files are included from v.1.3.2.): 7.3.2. functions/prefs.php (from 1.5.1) 7.4. functions/constants.php 7.5. do_hook('loading_prefs') + 7.5.1. files loaded by plugins that use 'loading_prefs' 8. functions/page_header.php 8.1. functions/strings.php 8.2. functions/html.php @@ -185,11 +186,13 @@ version is not listed, files are included from v.1.3.2.): 8.4. functions/global.php 9. functions/prefs.php 9.1. functions/global.php - 9.2. $prefs_backend (from 1.4.3rc1 and 1.5.0) + 9.2. $prefs_backend (only in 1.4.3 and 1.5.0) + do_hook_function('prefs_backend') (since 1.4.4 and 1.5.1) functions/db_prefs.php functions/file_prefs.php 9.2.1. functions/display_messages.php (loaded only by file_prefs.php) + 9.2.2. files loaded by plugin that uses 'prefs_backend' Hook Types: Parameters and Return Values -----------------------------------------