Commit 21b00d278abc3c7321aa19c8a964545e97f117aa
1 parent
6c66f773
added subscriptionType to values array
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@909 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
lib/subscriptions/SubscriptionEngine.inc
| ... | ... | @@ -65,6 +65,8 @@ class SubscriptionEngine { |
| 65 | 65 | |
| 66 | 66 | // get the subscription id |
| 67 | 67 | $aValues["subscriptionID"] = $oSubscription->getID(); |
| 68 | + // and type | |
| 69 | + $aValues["subscriptionType"] = $iSubscriptionType; | |
| 68 | 70 | // and subscriber name |
| 69 | 71 | $aValues["subscriberName"] = $aSubscribers[$i]->getName(); |
| 70 | 72 | ... | ... |