diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 14:55:22 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 14:55:22 +0000 |
commit | a173f54d6fe468f9bc3868ac493570af2eb689a7 (patch) | |
tree | 65597369027af515d0adcce5ea4b07f19bf1b433 /mod/notifications/actions/save.php | |
parent | bbfc74f5fd5002d2bf88045f1d3479a3ac720f3d (diff) | |
download | elgg-a173f54d6fe468f9bc3868ac493570af2eb689a7.tar.gz elgg-a173f54d6fe468f9bc3868ac493570af2eb689a7.tar.bz2 |
Group notifications, all friends notification option
git-svn-id: https://code.elgg.org/elgg/trunk@2686 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/actions/save.php')
-rw-r--r-- | mod/notifications/actions/save.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/notifications/actions/save.php b/mod/notifications/actions/save.php index eba2ad8a3..6277de71a 100644 --- a/mod/notifications/actions/save.php +++ b/mod/notifications/actions/save.php @@ -1,9 +1,9 @@ <?php
/**
- * Elgg SMS Client
+ * Elgg notifications
*
- * @package ElggSMS
+ * @package ElggNotifications
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
* @copyright Curverider Ltd 2008-2009
|