소스 검색

fixed minor formatting

pull/16/head
mauirixxx 7 년 전
부모
커밋
eb5cb2d1ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      includes/title-update.php

+ 1
- 1
includes/title-update.php 파일 보기

@@ -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 />';


불러오는 중...
취소
저장