~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to inc/auth-functions.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2009-10-24 12:42:37 UTC
  • mto: (10.1.1 sid) (7.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091024124237-ncz0aoh9h0088vkl
Tags: upstream-0.9.7.6
ImportĀ upstreamĀ versionĀ 0.9.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
* @license   http://gnu.org/copyleft/gpl.html GNU GPL v2
26
26
*/
27
27
 
 
28
if ( function_exists('CreateHomeCalendar') ) return(true);
 
29
 
28
30
require_once("AWLUtilities.php");
29
31
require_once("DataUpdate.php");
30
32
 
31
 
 
32
33
/**
33
34
* Create a default home calendar for the user.
34
35
* @param string $username The username of the user we are creating relationships for.
144
145
*
145
146
* Use this as in the following example config snippet:
146
147
*
147
 
* require_once('auth-functions.php');
 
148
*  include('auth-functions.php');
148
149
*  $c->authenticate_hook = array(
149
150
*      'call'   => 'AuthExternalAwl',
150
151
*      'config' => array(