This repository has been archived on 2020-06-13. You can view files and clone it, but cannot push or open issues/pull-requests.
penguincoder.org-horde/lib/api.php

14 lines
186 B
PHP
Raw Normal View History

2020-02-18 10:47:46 -05:00
<?php
$_services['commentCallback'] = array(
'args' => array('id' => 'string'),
'type' => 'boolean'
);
function _penguincoder_commentCallback($entry_id)
{
return true;
}