columns = array( 'bugid' => 1, 'summary' => 2, 'reporter' => 4, 'product' => 8, 'component' => 16, 'version' => 32, 'status' => 64, 'resolution' => 128, 'priority' => 256, 'severity' => 512, 'lastpost' => 1024, 'votes' => 2048, 'assignedto' => 4096 ); $bugsys->columnNames = array( 'bugid' => _('ID'), 'summary' => _('Summary'), 'reporter' => _('Reporter'), 'product' => _('Product'), 'component' => _('Component'), 'version' => _('Version'), 'status' => _('Status'), 'resolution' => _('Resolution'), 'priority' => _('Priority'), 'severity' => _('Severity'), 'lastpost' => _('Last Post'), 'votes' => _('Votes'), 'assignedto' => _('Assigned To') ); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>