$row is passed with the id
* property set to 0. Note that the section property must be defined
* even for a new record.
* @param mosCategory The category object
* @param string The html for the image list select list
* @param string The html for the image position select list
* @param string The html for the ordering list
* @param string The html for the groups select list
*/
function edit( &$row, $option, &$lists, &$menus ) {
global $mosConfig_live_site;
if ( $row->name != '' ) {
$name = $row->name;
} else {
$name = "New Section";
}
if ($row->image == "") {
$row->image = 'blank.png';
}
mosMakeHtmlSafe( $row, ENT_QUOTES, 'description' );
?>