Fix CONFLICTS function
commit79b391594df9aa739e8a4f002860867de5d55769
authormateor <mateorod9@gmail.com>
Sat, 22 Jun 2013 06:49:44 +0000 (22 01:49 -0500)
committerMateor <mateorod9@gmail.com>
Thu, 18 Jul 2013 22:13:19 +0000 (18 17:13 -0500)
tree36619cf6e1abefae4fd69d76726cdd2841b21ee1
parenteb051fb182e5fcca9817bee7e76de5c7e6ccc2fb
Fix CONFLICTS function

When using rom probe, the CONFLICTS function did not iterate through the mod
list. So if there were multiple mods and no rom type specified, the conflicts
function would only work on the first mod in the list, generally hard-coded
to be a PDroid mod.

This updated version of the fix resets the PID variable, so each call to the "mods_info"
function sets the various mod-related variables as set to each individual mod. The
PID array (which is the list of requested mods set at the CLI) is afterwards reset to the
ordered list made previously (SPID array).

Someday all of these various variables and arrays need to be sensibly renamed.

Closes (#125)
auto_patcher