if ($resultRow) {
        $curListId = $resultRow['nID'];
    }
}
// get the slotId - it has to be only one, otherwise this extension fails
$query = "SELECT nSlotId FROM cf_slottouser WHERE nMailingListId = {$curListId}";
$result = mysql_query($query);
if ($result) {
    $resultRow = mysql_fetch_array($result);
    if ($resultRow) {
        $curSlotId = $resultRow['nSlotId'];
    }
}
$AdditionalText = new Database_AdditionalText();
$additionalTexts = $AdditionalText->getByParams();
$additionalTextDefaultValue = $AdditionalText->getDefaultValue();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=<?php 
echo $DEFAULT_CHARSET;
?>
">
	<title></title>	
	<link rel="stylesheet" href="../../pages/format.css" type="text/css">
	
	<script src="../../lib/prototype/prototype.js" type="text/javascript"></script>
	<script language="JavaScript">
	<!--
		document.onkeyup 	= filterUsers;