|
From: Tomas K. <to...@us...> - 2004-04-03 13:45:46
|
Update of /cvsroot/squirrelmail/squirrelmail/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv948/doc Modified Files: Tag: SM-1_4-STABLE plugin.txt Log Message: Porting address book backend hooks from devel. Might close some "add more fields" bugs within two weeks. Index: plugin.txt =================================================================== RCS file: /cvsroot/squirrelmail/squirrelmail/doc/plugin.txt,v retrieving revision 1.24.2.15 retrieving revision 1.24.2.16 diff -u -w -r1.24.2.15 -r1.24.2.16 --- plugin.txt 28 Feb 2004 04:56:13 -0000 1.24.2.15 +++ plugin.txt 3 Apr 2004 13:32:57 -0000 1.24.2.16 @@ -233,6 +233,8 @@ Hook Name Found In Called With(#) --------- -------- -------------- + abook_init functions/addressbook.php do_hook + abook_add_class functions/addressbook.php do_hook loading_constants functions/constants.php do_hook logout_error functions/display_messages.php do_hook error_box functions/display_messages.php concat_hook @@ -1089,10 +1091,10 @@ # Copyright (c) 1999-2003 The Squirrelmail Development Team # Roland Bauerschmidt <rb...@de...>, 1999. + # $Id$ msgid "" msgstr "" - "Project-Id-Version: $Id: squirrelmail.po,v 1.10 2003/06/04 15:01:59 - philippe_mingo Exp $\n" + "Project-Id-Version: plugin-name plugin-version\n" "POT-Creation-Date: 2003-01-21 19:21+0100\n" "PO-Revision-Date: 2003-01-21 21:01+0100\n" "Last-Translator: Juergen Edner <jue...@ep...>\n" |