From bc8300d2bafdc3ebfba09ed74adb9612b5225a7a Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 2 Nov 2009 15:37:10 +0000 Subject: allow marking of single label --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_text.class b/it_text.class index 54bc779..eb99157 100644 --- a/it_text.class +++ b/it_text.class @@ -142,7 +142,7 @@ function text($label, $language = null) } } - if ($GLOBALS['debug_texts'] && !preg_match('/submit|reset|button|_search$|service|claim/i', $label)) + if ($GLOBALS['debug_texts'] && !preg_match('/submit|reset|button|_search$|service|claim/i', $label) && (!$_GET['it_texts_mark'] || $label == $_GET['it_texts_mark'])) $text = "1, 'skipfiles'=>"text|auto_prepend")) . ")'>" . ($text ? $text : $label) . ""; if (isset($GLOBALS['it_text_sampling'])) -- cgit v1.2.3