From: x2000habouzit Date: Sun, 21 Nov 2004 14:33:28 +0000 (+0000) Subject: make use of // {{{ // }}} X-Git-Tag: xorg/old~872 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=79f9f88f1c6ddbf801c352fa990b9526b7bc3844;p=platal.git make use of // {{{ // }}} --- diff --git a/include/xorg.hook.inc.php b/include/xorg.hook.inc.php index 46eb26d..1440abe 100644 --- a/include/xorg.hook.inc.php +++ b/include/xorg.hook.inc.php @@ -41,7 +41,7 @@ require_once("PEAR.php"); * @category XOrgCore * @package XOrgCore * @author Pierre Habouzit - * @version $Id: xorg.hook.inc.php,v 1.4 2004-11-21 12:49:20 x2000habouzit Exp $ + * @version $Id: xorg.hook.inc.php,v 1.5 2004-11-21 14:33:28 x2000habouzit Exp $ * @access public * @link http://doc.polytechnique.org/XOrgModule/#hook * @since Classe available since 0.9.3 @@ -119,5 +119,5 @@ overload('XOrgHook'); // }}} -// vim:set et sw=4 sts=4 sws=4: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker: ?> diff --git a/scripts/devel/foobar.php b/scripts/devel/foobar.php index 5f373b1..f7dabd0 100644 --- a/scripts/devel/foobar.php +++ b/scripts/devel/foobar.php @@ -18,11 +18,11 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: foobar.php,v 1.1 2004-08-31 11:38:21 x2000habouzit Exp $ + $Id: foobar.php,v 1.2 2004-11-21 14:33:29 x2000habouzit Exp $ ***************************************************************************/ require('auto.prepend.inc.php'); -// vim:set et sw=4 sts=4 sws=4: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker: ?>