fixed the updates.php script

Monotone-Parent: eaf913d29d99bd1d8089bfc9bfb79fddef19a8be
Monotone-Revision: 27928b2f068db3c3e82db3c62f4fc38854011aa9

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-21T18:50:27
maint-2.0.2
Ludovic Marcotte 2010-09-21 18:50:27 +00:00
parent a16bca3ab5
commit f47d5a8b94
1 changed files with 3 additions and 2 deletions

View File

@ -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' );
}
?>
?>