| 
      
      
      From: Benjamin C. <bc...@us...> - 2001-07-11 13:07:32
      
     | 
| Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv16802
Modified Files:
	bug.php 
Log Message:
Include the STRING variable for the error message
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bug.php	2001/07/11 13:05:44	1.11
+++ bug.php	2001/07/11 13:07:29	1.12
@@ -10,7 +10,7 @@
 ///
 /// Show the activity for a bug
 function show_history($bugid) {
-	global $q, $t;
+	global $q, $t, $STRING;
 	
 	if (!is_numeric($bugid)) {
 		show_text($STRING['nobughistory']);
 |