[SUCS Devel] [Git][sucssite/sucs-site][beta] 3 commits: Add "enviroments" to the sucssite ci thing.

Imran Hussain imranh at sucs.org
Mon Sep 5 20:25:06 BST 2016


Imran Hussain pushed to branch beta at sucssite / sucs-site


Commits:
1f4a4016 by Imran Hussain at 2016-07-15T11:01:00+01:00
Add "enviroments" to the sucssite ci thing.

https://projects.sucs.org/help/ci/environments

- - - - -
c46edb84 by Imran Hussain at 2016-09-05T20:23:06+01:00
fix su api

- - - - -
25678b07 by Imran Hussain at 2016-09-05T20:26:16+01:00
Merge branch 'master' into beta

- - - - -


1 changed file:

- lib/suapiv2.php


Changes:

=====================================
lib/suapiv2.php
=====================================
--- a/lib/suapiv2.php
+++ b/lib/suapiv2.php
@@ -31,10 +31,8 @@ $membership_data = $formated_raw_data["table1"]["table1_Product_Collection"]["ta
 
 // make a new array that just contains *every* member no matter what they bought
 $just_members = array();
-foreach ($membership_data as $typeOfMember) {
-    foreach ($typeOfMember["Detail_Collection"]["Detail"] as $member) {
-        array_push($just_members, $member["@attributes"]);
-    }
+foreach ($membership_data["Detail_Collection"] as $member) {
+    array_push($just_members, $member["@attributes"]);
 }
 
 /* You can now use $just_members to probe member detials. It's an array of arrays which each contain:



View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/8132522d0b10770ecae8aa4812c118df255374d0...25678b0727d047981e2ee613e31d737f15a61a7b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20160905/037ca2a7/attachment-0001.html>


More information about the Devel mailing list