$row is passed with the id
* property set to 0.
* @param mosWeblink The weblink object
* @param string The html for the categories select list
*/
function editWeblink( $option, &$row, &$lists ) {
global $mainframe;
require_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/HTML_toolbar.php' );
$Returnid = intval( mosGetParam( $_REQUEST, 'Returnid', 0 ) );
// used for spoof hardening
$validate = josSpoofValue();
?>