Commit a0ffbf2844844dd986eb44a3bae9a504c8f51457

Authored by michael
1 parent d32db03e

updated interface


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@902 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/subscriptions/alert/SMSAlert.inc
1 1 <?php
2   -require_once("$default->owl_fs_root/lib/users/User.inc");
3   -require_once("$default->owl_fs_root/lib/documentmanagement/Document.inc");
4   -require_once("$default->owl_fs_root/lib/foldermanagement/Folder.inc");
5   -require_once("$default->owl_fs_root/lib/subscriptions/DocumentSubscription.inc");
6   -require_once("$default->owl_fs_root/lib/subscriptions/FolderSubscription.inc");
7   -require_once("$default->owl_fs_root/lib/email/Email.inc");
8   -
9 2 /**
10 3 *
11 4 * $Id$
12 5 *
13   - * Facilitates adding and removing file and folder subscriptions.
  6 + * Sends an sms (subscription) alert.
14 7 *
15 8 * Licensed under the GNU GPL. For full terms see the file COPYING.
16 9 *
... ... @@ -21,4 +14,5 @@ require_once(&quot;$default-&gt;owl_fs_root/lib/email/Email.inc&quot;);
21 14 */
22 15 class SMSAlert {
23 16 function SMSAlert($sAddress, $sContent) {}
  17 + function send() {}
24 18 }
... ...