[Debian-l10n-commits] r1217 - /ddtss/trunk/ddts_lib.pm

grisu at users.alioth.debian.org grisu at users.alioth.debian.org
Fri Aug 15 21:41:10 UTC 2008


Author: grisu
Date: Fri Aug 15 21:41:10 2008
New Revision: 1217

URL: http://svn.debian.org/wsvn/?sc=1&rev=1217
Log:
set OWNER_EXPIRE=0 -> set all the time the owner from ddtss

Modified:
    ddtss/trunk/ddts_lib.pm

Modified: ddtss/trunk/ddts_lib.pm
URL: http://svn.debian.org/wsvn/ddtss/trunk/ddts_lib.pm?rev=1217&op=diff
==============================================================================
--- ddtss/trunk/ddts_lib.pm (original)
+++ ddtss/trunk/ddts_lib.pm Fri Aug 15 21:41:10 2008
@@ -38,7 +38,7 @@
 my $mADDRwithUserName = qr/([ "\<\>\(\)\w+\.\@-]+)/;
 
 # Number of days before we ignore the owner when sending descriptions to translate
-my $OWNER_EXPIRE = 28;
+my $OWNER_EXPIRE = 0;
 
 # This is _copied_ from /org/ddtp.debian.net/ddts.cgi
 sub get_versions ($) {




More information about the Debian-l10n-commits mailing list