[geeklog-devel] [geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.675, 1.676 usersettings.php, 1.167, 1.168
    Joe Mucchiello 
    joe at ThrowingDice.com
       
    Fri Feb 15 22:48:06 EST 2008
    
    
  
At 02:10 PM 2/15/2008, Michael Jervis wrote:
>Fixed error where REALLY long syndication feeds could blow portal blocks up.
>
>+         if (strlen($content) > 65000) {
>+             $content = $LANG21[68];
>+         }
Of course in MSSQL this was always a problem and this fix is mySQL specific.
CREATE TABLE [dbo].[{$_TABLES['blocks']}] (
     [bid] [numeric](5, 0) IDENTITY (1, 1) NOT NULL ,
...
     [content] [varchar] (5000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com 
    
    
More information about the geeklog-devel
mailing list