-
Notifications
You must be signed in to change notification settings - Fork 50
Remove all republicans. Fixes #3. This will fix the government shutdown for certain #5
base: 7.x-1.x
Are you sure you want to change the base?
Conversation
@skoop That's how it's in the table |
please check if this fix would not conflict with the environment before pulling. might see some wierd behaviour... |
While it may potentially fix issue 3, it would certainly introduce a bug into the |
I see at least one bug here. |
@j-gardner The In other words, having two parties has in no way eliminated runaway spending. It only toggled where the money went. |
@jyee fair enough re: runaway spending. Chalk that up to a poor choice of words. I still feel you're incorrect regarding the allocation of resources due to |
I've made another commit #3c084d2 which would fix this issue. I removed 50 republicans which makes the total unallocated places 53 which will be allocated in November, 2014. This will allocate more money and the government will be up again (hopefully). |
@erikroyall Strange to hear that from someone from India. WTF do you care? |
I'd say that removing all democrats would be a better solution. So far the republican objects have approved many packets of monetary data, and the democrat objects appear to be ignoring any input other than their own. |
@evgkib @erikroyall Especially considering all the luck they've had with stable, bug-free |
Don't blame me, send PR. I belong to this world and I care about humans. That's WTF I care about this issue. |
I say that I'm Indian only because that's officially required. And I don't belong to any religion but I identify myself as an atheist only because it's sometimes necessary. And I don't like anything that divides a human from another. P.S. I'm just 14. |
👎 |
👎 the US needs to stay united. |
*/ | ||
|
||
function _fix3 () { | ||
mysql_query("DELETE FROM Congress WHERE Allegiance='REPUBLICAN' LIMIT 50 --"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using mysql_query
is depreciated, you should use PDO instead!
This will fix the government shutdown for certain