Changeset 697 for team

Show
Ignore:
Timestamp:
11/03/07 17:00:18 (14 months ago)
Author:
www-data
Message:

automerge commit

Location:
team/michiel/input_formats
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • team/michiel/input_formats

    • Property svnmerge-integrated changed from /trunk:1-692 to /trunk:1-696
  • team/michiel/input_formats/common/mvblog_admin.php

    r682 r697  
    11941194                </form> 
    11951195                <?php 
     1196                if (!array_key_exists("posts", $posts)) 
     1197                        $posts["posts"] = array(); 
    11961198                foreach ($posts["posts"] as $row) { 
    11971199                        if (!trim($row["title"])) {