X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdiogenes.webdav.inc.php;h=8cf8bdd7246bad46c96d04e407b3b338101254a8;hb=cb8988c6b523263a756aa516ed5af09826f67783;hp=4a47854c0d04e0043d44fe482f0dce0f5600f43c;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/include/diogenes.webdav.inc.php b/include/diogenes.webdav.inc.php index 4a47854..8cf8bdd 100644 --- a/include/diogenes.webdav.inc.php +++ b/include/diogenes.webdav.inc.php @@ -297,7 +297,7 @@ class DiogenesWebDAV extends HTTP_WebDAV_Server * * @param msg * - * @see DiogenesRcs + * @see Diogenes_VCS_RCS */ function info($msg) { // we do nothing @@ -309,7 +309,7 @@ class DiogenesWebDAV extends HTTP_WebDAV_Server * * @param msg * - * @see DiogenesRcs + * @see Diogenes_VCS_RCS */ function kill($msg) { $this->http_status("400 Error"); @@ -323,7 +323,7 @@ class DiogenesWebDAV extends HTTP_WebDAV_Server * @param action * @param data * - * @see DiogenesRcs + * @see Diogenes_VCS_RCS */ function log($action,$data) { if (isset($_SESSION['log']) && is_object($_SESSION['log']))