Changeset 1051
- Timestamp:
- 09/03/06 13:31:35 (2 years ago)
- Files:
-
- utils/blogging/blosxom-email-to-post.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
utils/blogging/blosxom-email-to-post.pl
r1050 r1051 104 104 } 105 105 $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 ); 107 107 } 108 108 print LOG "Creating post as: $post\n" if( $verbose );