Changeset 2566:9bf417837888 for admin/blog_del.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_del.php
r2189 r2566 25 25 $core->error->add($e->getMessage()); 26 26 } 27 27 28 28 if ($rs->isEmpty()) { 29 29 $core->error->add(__('No such blog ID')); … … 67 67 '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p></div>'. 68 68 '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'; 69 69 70 70 echo 71 71 '<form action="blog_del.php" method="post">'. … … 79 79 80 80 dcPage::close(); 81 ?>
Note: See TracChangeset
for help on using the changeset viewer.