Explorar el Código

closed connection to database server

pull/16/head
mauirixxx hace 7 años
padre
commit
3a80d80b4d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      includes/titleranks-editor.php

+ 1
- 0
includes/titleranks-editor.php Ver fichero

@@ -19,6 +19,7 @@ if (isset($_POST['editstitle'])) {
echo '<td><input type="text" name="stname[]" value="' . $row['stname'] . '"></td><td><input type="number" min="1" name="stpoints[]" value="' . $row['stpoints'] . '"></td>';
echo '<td><input type="number" size="4" min="1" max="15" name="strank[]" value="' . $row['strank'] . '"></td><td><input type="checkbox" name="delsubtitle[]" value="' . $row['stnameid'] . '"></td></tr>';
}
$sredit->close();
echo '</table><br /><input type="hidden" name="title" value="updatesubtitle"><input type="submit" value="Modify title rank(s)"></form>';
echo '<br /><br />';
echo 'Return to <a href="titlemanager.php" class="navlink">title manager</a>';


Cargando…
Cancelar
Guardar