[Blends-commit] r2875 - /blends/trunk/team_analysis_tools/get-archive-pages

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sun Jul 3 11:05:08 UTC 2011


Author: tille
Date: Sun Jul  3 11:05:08 2011
New Revision: 2875

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2875
Log:
Add missing '<'

Modified:
    blends/trunk/team_analysis_tools/get-archive-pages

Modified: blends/trunk/team_analysis_tools/get-archive-pages
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/get-archive-pages?rev=2875&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/get-archive-pages (original)
+++ blends/trunk/team_analysis_tools/get-archive-pages Sun Jul  3 11:05:08 2011
@@ -450,7 +450,7 @@
 
 # It turned out that several people are posting under different names
 # This is fixed for active posters to keep the stats clean
-system("psql listarchives replace_names.sql");
+system("psql listarchives < replace_names.sql");
 
 $daten->finish() ;
 




More information about the Blends-commit mailing list