Updated CKEditor to version 3.2.

Fix for bug #544.

Monotone-Parent: 82ff830f32b58a69104d076987745b96e90e0ebf
Monotone-Revision: e63ebbcc6deba63bb09fed682c0c64d7967a0579

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-04-03T09:02:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-04-03 09:02:47 +00:00
parent 0ad98e6a1a
commit 165425fd99
96 changed files with 361 additions and 310 deletions
@@ -16,7 +16,7 @@ function gup( name )
var regex = new RegExp( regexS ) ;
var results = regex.exec( window.location.href ) ;
if( results )
if ( results )
return results[ 1 ] ;
else
return '' ;