Remove reference to RSCDS.

This commit is contained in:
Andrew McMillan 2010-05-26 11:50:25 +12:00
parent 870b8b56f4
commit 1688ea0df2

View File

@ -45,7 +45,7 @@ class Tools {
function renderSyncLDAP(){
$html = '<div id="entryform">';
$html .= '<h1>'.translate('Sync LDAP with RSCDS') .'</h1>';
$html .= '<h1>'.translate('Sync LDAP with DAViCal') .'</h1>';
$data = (object) array('directory_path' => '/path/to/your/ics/files','calendar_path' => 'home');
$ef = new EntryForm( $_SERVER['REQUEST_URI'],$data , true,true );