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

« back to all changes in this revision

Viewing changes to mt-check.cgi

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-23 22:56:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723225637-zsorczl9nhy0t8ap
Tags: 4.2~rc4-1
* New upstream release
* Include SendMailPath explicitly as in some cases it seems
  to be required (closes: #491618)
* Add versioned Depends on libclass-trigger-perl (>= 0.13-1)
  as the version in etch is not compatible with MT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
my $cgi = new CGI;
55
55
my $view = $cgi->param("view");
56
56
my $version = $cgi->param("version");
57
 
$version ||= '4.2rc3-en';
 
57
$version ||= '4.2rc4-en';
58
58
 
59
59
my ($mt, $LH);
60
60
my $lang = 'en_US';