/**
* Manage functions in a database
*
- * $Id: functions.php,v 1.77 2008/01/08 20:19:31 xzilla Exp $
+ * $Id: functions.php,v 1.78 2008/01/08 22:50:29 xzilla Exp $
*/
// Include application functions
echo "<td class=\"data1\">", $misc->printVal($fndata->fields['prolanguage']), "\n";
echo "<input type=\"hidden\" name=\"original_lang\" value=\"", htmlspecialchars($fndata->fields['prolanguage']), "\" />\n";
echo "</td>\n";
+ echo "</tr>\n";
$fnlang = strtolower($fndata->fields['prolanguage']);
if ($fnlang == 'c') {
/**
* List indexes on a table
*
- * $Id: indexes.php,v 1.45 2007/09/29 09:09:45 ioguix Exp $
+ * $Id: indexes.php,v 1.46 2008/01/08 22:50:29 xzilla Exp $
*/
// Include application functions
($v == $_POST['formIndexType']) ? ' selected="selected"' : '', ">", htmlspecialchars($v), "</option>\n";
}
echo "</select></td></tr>\n";
- echo "</tr>";
echo "<tr>";
echo "<th class=\"data left\" scope=\"row\"><label for=\"formUnique\">{$lang['strunique']}</label></th>";
echo "<td class=\"data1\"><input type=\"checkbox\" id=\"formUnique\" name=\"formUnique\"", (isset($_POST['formUnique']) ? 'checked="checked"' : ''), " /></td>";