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

« back to all changes in this revision

Viewing changes to functions/global.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Jeroen van Wolffelaar, Thijs Kinkhorst
  • Date: 2005-08-15 21:06:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050815210600-qxvat452exjqg64j
Tags: 2:1.4.5-2
[ Jeroen van Wolffelaar ]
* Restore squirrelmail-configure manpage, accidently dropped in -1
* Use debhelper compat level 4

[ Thijs Kinkhorst ]
* Drop obsolete symlink for attachment dir.
* Do not ship upstream README, which contains hardly any information
  relevant to Debian. Extend README.Debian a bit. Thanks W. Borgert.
* Add years to copyright statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * It also has some session register functions that work across various
11
11
 * php versions.
12
12
 *
13
 
 * @version $Id: global.php,v 1.27.2.9 2004/12/27 15:03:43 kink Exp $
 
13
 * @version $Id: global.php,v 1.27.2.11 2005/04/14 10:52:45 pdontthink Exp $
14
14
 * @package squirrelmail
15
15
 */
16
16
 
280
280
        }
281
281
        break;
282
282
    }
 
283
    /* if not found, return false */
283
284
    return FALSE;
284
285
}
285
286
 
335
336
}
336
337
 
337
338
// vim: et ts=4
338
 
?>
 
 
b'\\ No newline at end of file'
 
339
?>