Changeset 727
- Timestamp:
- 01/26/09 08:10:17 (14 years ago)
- Location:
- plugins/gallery/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/trunk/class.dc.gallery.php
r718 r727 786 786 $cur->post_excerpt = ''; 787 787 $cur->post_excerpt_xhtml = ''; 788 $cur->post_content = ' ';789 $cur->post_content_xhtml = '';788 $cur->post_content = "\t"; 789 $cur->post_content_xhtml = "\t"; 790 790 $cur->post_notes = null; 791 791 $cur->post_status = 1; … … 809 809 { 810 810 $this->core->error->add($e->getMessage()); 811 echo $this->core->error->toHTML();812 811 throw $e; 813 812 } -
plugins/gallery/trunk/gal.php
r689 r727 224 224 $post_content="\t"; 225 225 226 if (trim($post_content_xhtml)==='') 227 $post_content_xhtml="\t"; 228 226 229 $post_title = $_POST['post_title']; 227 230 -
plugins/gallery/trunk/item.php
r689 r727 155 155 $post_content="\t"; 156 156 157 if (trim($post_content_xhtml)==='') 158 $post_content_xhtml="\t"; 159 157 160 $post_title = $_POST['post_title']; 158 161
Note: See TracChangeset
for help on using the changeset viewer.