From f47d5a8b94cdbd350c5d14a7c4880a5ba8ec22f2 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 21 Sep 2010 18:50:27 +0000 Subject: [PATCH] fixed the updates.php script Monotone-Parent: eaf913d29d99bd1d8089bfc9bfb79fddef19a8be Monotone-Revision: 27928b2f068db3c3e82db3c62f4fc38854011aa9 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-21T18:50:27 --- Scripts/updates.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/updates.php b/Scripts/updates.php index 50c5f548f..36c8c6506 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -33,7 +33,8 @@ $plugins => array( "application" => "thunderbird", "version" => "3.102", "filename" => "sogo-integrator-3.102.xpi" ), - => array( "application" => "thunderbird", + "{e2fda1a4-762b-4020-b5ad-a41df1933103}" + => array( "application" => "thunderbird", "version" => "1.0b2.102i", "filename" => "lightning-1.0b2.102i.xpi" ) ); @@ -87,4 +88,4 @@ if ( $plugin ) { header("Content-type: text/plain; charset=utf-8", true, 404); echo( 'Plugin not found' ); } -?> \ No newline at end of file +?>