r82974 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82973‎ | r82974 | r82975 >
Date:22:50, 28 February 2011
Author:rfaulk
Status:deferred
Tags:
Comment:
fixed call in major gifts bash call. disabled sql statement output.
Modified paths:
  • /trunk/fundraiser-statistics/bash/report_major_gifts.sh (modified) (history)
  • /trunk/fundraiser-statistics/fundraiser-scripts/mine_contacts.py (modified) (history)

Diff [purge]

Index: trunk/fundraiser-statistics/fundraiser-scripts/mine_contacts.py
@@ -126,7 +126,7 @@
127127
128128 # Formats the statement according to query type
129129 select_stmnt = self.__query_obj.format_query(self.__query_handle_contact, sql_stmnt, [where_str])
130 - print select_stmnt
 130+ #print select_stmnt
131131
132132 # initialize the db and execute the query
133133 self.init_db()
Index: trunk/fundraiser-statistics/bash/report_major_gifts.sh
@@ -2,7 +2,7 @@
33
44 cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts
55
6 -python mine_contacts.py c
 6+python mine_contacts.py a
77
88 cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_ecomm_by_contact.html /srv/org.wikimedia.fundraising/stats/
99

Status & tagging log