minor change
This commit is contained in:
parent
d35356a715
commit
34d370d716
|
@ -22,7 +22,7 @@ define('ALIBERR_MTREE', 10);
|
||||||
* );
|
* );
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
* @author $Author: tomas $
|
* @author $Author: tomas $
|
||||||
* @version $Revision: 1.3 $
|
* @version $Revision: 1.4 $
|
||||||
* @see ObjClasses
|
* @see ObjClasses
|
||||||
* Original author Tom Hlava
|
* Original author Tom Hlava
|
||||||
*/
|
*/
|
||||||
|
@ -333,6 +333,7 @@ class M2tree{
|
||||||
*
|
*
|
||||||
* @param oid int
|
* @param oid int
|
||||||
* @param flds string, optional
|
* @param flds string, optional
|
||||||
|
* @param withSelf boolean - flag for include specified object to the path
|
||||||
* @return array/err
|
* @return array/err
|
||||||
*/
|
*/
|
||||||
function getPath($oid, $flds='id', $withSelf=TRUE)
|
function getPath($oid, $flds='id', $withSelf=TRUE)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.1 $
|
Version : $Revision: 1.2 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -43,7 +43,7 @@ include_once "../conf.php";
|
||||||
* <li>p</li> array of input parameter names
|
* <li>p</li> array of input parameter names
|
||||||
* <li>r</li> array of result element names (not used there at present)
|
* <li>r</li> array of result element names (not used there at present)
|
||||||
* <li>e</li> array of error codes/messages (not used there at present)
|
* <li>e</li> array of error codes/messages (not used there at present)
|
||||||
* <ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
$mdefs = array(
|
$mdefs = array(
|
||||||
"AddAudioClipToPlaylistMethod" => array(
|
"AddAudioClipToPlaylistMethod" => array(
|
||||||
|
|
Loading…
Reference in New Issue