~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to lib/MT/Request.pm

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This program is distributed under the terms of the
3
3
# GNU General Public License, version 2.
4
4
#
5
 
# $Id: Request.pm 1174 2008-01-08 21:02:50Z bchoate $
 
5
# $Id: Request.pm 1472 2008-03-05 23:09:17Z bchoate $
6
6
 
7
7
package MT::Request;
8
8
use strict;
9
9
 
10
 
use MT::ErrorHandler;
11
 
@MT::Request::ISA = qw( MT::ErrorHandler );
 
10
use base qw( MT::ErrorHandler );
12
11
 
13
12
use vars qw( $r );
14
13
sub instance {