Ver a proveniência

fixed minor formatting

pull/16/head
mauirixxx há 7 anos
ascendente
cometimento
eb5cb2d1ae
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      includes/title-update.php

+ 1
- 1
includes/title-update.php Ver ficheiro

@@ -1,6 +1,6 @@
<?php
if (isset($_POST['deltitle'])) {
if ($_POST['deltitle'] =="yes") {
if ($_POST['deltitle'] == "yes") {
// this title makes you verify that you want to delete this title
echo '<form action="titlemanager.php" method="post">Please check the box to verify you want to delete: <b>' . $_POST['titlename'] . '</b> <input type="checkbox" name="deltitle" value="iamsure">';
echo '<input type="hidden" name="titlenameid" value="' . $_POST['titlenameid'] . '"><input type="hidden" name="title" value="updatetitle"><input type="submit" value="Delete title"></form><br /><br />';


Carregando…
Cancelar
Guardar