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

« back to all changes in this revision

Viewing changes to extras/examples/plugins/l10nsample/l10nsample.cgi

  • 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:
1
 
#!/usr/bin/perl -w
2
 
 
3
 
# Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd.
4
 
# This program is distributed under the terms of the
5
 
# GNU General Public License, version 2.
6
 
#
7
 
# $Id: l10nsample.cgi 1174 2008-01-08 21:02:50Z bchoate $
8
 
 
9
 
use strict;
10
 
use lib "lib", ($ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : "../../lib"); 
11
 
use MT::Bootstrap App => 'l10nsample';