aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/unicode_testing.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-11 15:59:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-11 15:59:08 +0100
commitdbd003a0d1ca66d9934ea896710082ffbd41691f (patch)
tree04853f9f688d0d12f2e2634cf7a436023f7c77cc /phpBB/develop/unicode_testing.php
parent04e68c092b6394ccdcec2d89551ace63529a14ba (diff)
parent96adf7f0d69a48b3437e751ae99c26326882a3f4 (diff)
downloadforums-dbd003a0d1ca66d9934ea896710082ffbd41691f.tar
forums-dbd003a0d1ca66d9934ea896710082ffbd41691f.tar.gz
forums-dbd003a0d1ca66d9934ea896710082ffbd41691f.tar.bz2
forums-dbd003a0d1ca66d9934ea896710082ffbd41691f.tar.xz
forums-dbd003a0d1ca66d9934ea896710082ffbd41691f.zip
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/develop/unicode_testing.php')
0 files changed, 0 insertions, 0 deletions
use Bugzilla::Bug; # EmitDependList
use Bugzilla::Util; # trim
-use Bugzilla::Constants; # LOGIN_*
+use Bugzilla::Error;
use Bugzilla::User; # UserInGroup
-require "globals.pl";
my $template = Bugzilla->template;
my $vars = {};
@@ -360,7 +361,7 @@ sub get_inactive_bugs {
WHERE longdescs.bug_id IN ($buglist)
$date_bits } .
$dbh->sql_group_by('longdescs.bug_id',
- 'bugs.short_desc, bugs.bug_status,
+ 'bugs.short_desc, bugs.bug_status,
longdescs.bug_when') . qq{
ORDER BY longdescs.bug_when};
$sth = $dbh->prepare($q);