Show
Ignore:
Timestamp:
06/17/08 08:56:58 (6 months ago)
Author:
misja
Message:

Assorted patches, thanks rho

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile/add.php

    r1540 r1607  
    7676                    $body .= "</form>"; 
    7777                     
     78                    if ($i % 2 == 1 || 
     79                        $i == (sizeof($CFG->widgets->list)-1)) { 
     80                        $body .= "</div>\n"; 
     81                    } 
    7882                } 
    7983