From: x2000habouzit Date: Sat, 20 Nov 2004 22:46:29 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~877 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=327a374cea03674927abd0535735f284c6c05991;p=platal.git wibble --- diff --git a/include/xorg.hook.inc.php b/include/xorg.hook.inc.php index 612cb3c..511876f 100644 --- a/include/xorg.hook.inc.php +++ b/include/xorg.hook.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: xorg.hook.inc.php,v 1.1 2004-11-20 22:32:01 x2000habouzit Exp $ + $Id: xorg.hook.inc.php,v 1.2 2004-11-20 22:46:29 x2000habouzit Exp $ ***************************************************************************/ require_once("PEAR.php"); @@ -48,7 +48,7 @@ class XOrgHook extends PEAR $this->PEAR(); if (!file_exists($globals->root."/hooks/$name/API")) { - $this->raiseError("The hook $name do not exists, or is undocumented",1,PEAR_ERROR_DIE); + $this->raiseError("The hook « $name » do not exists, or is undocumented",1,PEAR_ERROR_DIE); } foreach (glob($globals->root."/hooks/$name/*.inc.php") as $file) { require_once("$file");