From 0a17b79367a7f7077eb2a4bea3bb4df794ecfa9a Mon Sep 17 00:00:00 2001 From: xzilla Date: Tue, 5 Jun 2007 15:50:04 +0000 Subject: [PATCH] remove unused $php_self globalization. --- classes/Misc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/classes/Misc.php b/classes/Misc.php index e57ce163..fab3b7ee 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.152 2007/05/16 17:03:51 ioguix Exp $ + * $Id: Misc.php,v 1.153 2007/06/05 15:50:04 xzilla Exp $ */ class Misc { @@ -1563,7 +1563,6 @@ */ function printTable(&$tabledata, &$columns, &$actions, $nodata = null, $pre_fn = null, $multiactions = null) { global $data, $conf, $misc, $lang; - global $PHP_SELF; if ($tabledata->recordCount() > 0) { -- 2.39.5