From 327a374cea03674927abd0535735f284c6c05991 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 20 Nov 2004 22:46:29 +0000 Subject: [PATCH] wibble --- include/xorg.hook.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.1.4