This file is indexed.

/usr/share/drupal6/modules/views_groupby/views_groupby.module is in drupal6-mod-views-groupby 1.0~rc2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?php
// $Id: views_groupby.module,v 1.2.2.1 2009/10/23 20:32:20 inadarei Exp $

/** @file 
* Group By Module File
*/


function views_groupby_views_api() {
  return array(
    'api' => 2,
  );
}