User: sits    
  Date: 08/08/07 22:41:41

  Modified:    bin      log_accum.pl
  Log:
  Updated this old restriction.
  
  
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/bin/log_accum.pl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- log_accum.pl      3 Nov 2004 22:05:43 -0000       1.6
  +++ log_accum.pl      8 Aug 2008 05:41:41 -0000       1.7
  @@ -328,8 +328,8 @@
       my $bug_ids = $topic_description;
   
       # Truncate the title if necessary.
  -    if (length($topic_title) > 57) {
  -        $topic_title = substr($topic_title, 0, 57) . "...";
  +    if (length($topic_title) > 77) {
  +        $topic_title = substr($topic_title, 0, 77) . "...";
       }
   
       # Check for any matching Bug id text.
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to