Changeset 934
- Timestamp:
- 04/09/07 14:16:42 (1 year ago)
- Files:
-
- trunk/upload/admin_categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/upload/admin_categories.php
r158 r934 119 119 <legend>Confirm delete category</legend> 120 120 <div class="infldset"> 121 <p>Are you sure that you want to delete the category "<?php echo $cat_name?>"?</p>121 <p>Are you sure that you want to delete the category "<?php echo pun_htmlspecialchars($cat_name) ?>"?</p> 122 122 <p>WARNING! Deleting a category will delete all forums and posts (if any) in that category!</p> 123 123 </div>
