Selaa lähdekoodia

Update edit.inc.php

tags/6.0.0
qfdong-github GitHub 4 vuotta sitten
vanhempi
commit
332784097a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/plus/guestbook/edit.inc.php

+ 2
- 2
src/plus/guestbook/edit.inc.php Näytä tiedosto

@@ -2,7 +2,7 @@
/** /**
* @version $Id: edit.inc.php 1 10:06 2010-11-10 tianya $ * @version $Id: edit.inc.php 1 10:06 2010-11-10 tianya $
* @package DedeCMS.Site * @package DedeCMS.Site
* @copyright Copyright (c) 2007 - 2010, DesDev, Inc.
* @copyright Copyright (c) 2007 - 2020, DesDev, Inc.
* @license http://help.dedecms.com/usersguide/license.html * @license http://help.dedecms.com/usersguide/license.html
* @link http://www.dedecms.com * @link http://www.dedecms.com
*/ */
@@ -70,4 +70,4 @@ else
{ {
$row = $dsql->GetOne("SELECT id,title FROM `#@__guestbook` WHERE id='$id'"); $row = $dsql->GetOne("SELECT id,title FROM `#@__guestbook` WHERE id='$id'");
require_once(DEDETEMPLATE.'/plus/guestbook-user.htm'); require_once(DEDETEMPLATE.'/plus/guestbook-user.htm');
}
}

Loading…
Peruuta
Tallenna