~ubuntu-branches/ubuntu/karmic/drupal5/karmic-security

« back to all changes in this revision

Viewing changes to modules/system/system.module

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-08-15 16:15:10 UTC
  • mto: (3.1.1 lenny) (1.1.11 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080815161510-upar1x4oool4358g
Tags: upstream-5.10
ImportĀ upstreamĀ versionĀ 5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: system.module,v 1.440.2.33 2008/07/23 19:52:50 drumm Exp $
 
2
// $Id: system.module,v 1.440.2.35 2008/08/13 23:59:09 drumm Exp $
3
3
 
4
4
/**
5
5
 * @file
6
6
 * Configuration system that lets administrators modify the workings of the site.
7
7
 */
8
8
 
9
 
define('VERSION', '5.9');
 
9
define('VERSION', '5.10');
10
10
 
11
11
/**
12
12
 * Implementation of hook_help().