~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/squirrelspell/sqspell_interface.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2005-02-06 21:41:51 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050206214151-e6atvvq6vu3o9doh
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * Main wrapper for the pop-up.
7
7
 *
8
 
 * Copyright (c) 1999-2003 The SquirrelMail development team
 
8
 * Copyright (c) 1999-2005 The SquirrelMail development team
9
9
 * Licensed under the GNU GPL. For full terms see the file COPYING.
10
10
 *
11
11
 * This is a main wrapper for the pop-up window interface of
12
12
 * SquirrelSpell.    
13
13
 *
14
 
 * $Id: sqspell_interface.php,v 1.15 2003/10/27 22:24:41 tassium Exp $
 
14
 * $Id: sqspell_interface.php,v 1.14.2.2 2004/12/27 15:03:59 kink Exp $
15
15
 *
16
 
 * @author Konstantin Riabitsev <icon@duke.edu> ($Author: tassium $)
17
 
 * @version $Date: 2003/10/27 22:24:41 $
18
 
 * @package plugins
19
 
 * @subpackage squirrelspell
 
16
 * @author Konstantin Riabitsev <icon@duke.edu> ($Author: kink $)
 
17
 * @version $Date: 2004/12/27 15:03:59 $
20
18
 */
21
19
 
22
20
/**     
29
27
    
30
28
/**
31
29
 * Load the stuff needed from squirrelmail
32
 
 * @ignore
33
30
 */
 
31
 
34
32
define('SM_PATH','../../');
35
33
 
36
34
/* SquirrelMail required files. */