Changeset 1051

Show
Ignore:
Timestamp:
09/03/06 13:31:35 (2 years ago)
Author:
jm3
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • utils/blogging/blosxom-email-to-post.pl

    r1050 r1051  
    104104                } 
    105105                $num_posts++; 
    106                 die if( $num_posts > $max_num_posts ); 
     106                die "max number of auto-numbered posts reached ($max_num_posts); bailing" if( $num_posts > $max_num_posts ); 
    107107        } 
    108108        print LOG "Creating post as: $post\n" if( $verbose );