Item10673: Undefined size for formfield will crash MultiTopicSavePlugin

pencil
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: MultiTopicSavePlugin
Branches:
Reported By: MartinCleaver
Waiting For:
Last Change By: KennethLavrsen
-- MartinCleaver - 23 Apr 2011

        if (defined $size ) { # new 
            if ( $size =~ m/(\d+)[xX](\d+)/ ) {
                ($cols, $rows) = ( $1, $2 );
            } # new
        $result .= "cols='$cols' rows='$rows' "

Committed revision 11536.

-- MartinCleaver - 23 Apr 2011

I included this fix in 1.8

-- KennethLavrsen - 29 Jul 2014
 
Topic revision: r3 - 29 Jul 2014, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy