/[drupal]/contributions/modules/update_status_aggregator/update_status_aggregator.module
ViewVC logotype

Diff of /contributions/modules/update_status_aggregator/update_status_aggregator.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13 by yrocq, Tue Mar 25 19:13:09 2008 UTC revision 1.14 by yrocq, Fri Mar 28 19:53:00 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: update_status_aggregator.module,v 1.12 2008/03/25 19:05:13 yrocq Exp $  // $Id: update_status_aggregator.module,v 1.13 2008/03/25 19:13:09 yrocq Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 499  function status_int_to_string($number) { Line 499  function status_int_to_string($number) {
499    
500  function update_status_aggregator_status_list() {  function update_status_aggregator_status_list() {
501    return array(    return array(
502      1 => t('Need security update'),      UPDATE_STATUS_NOT_SECURE => t('Need security update'),
503      2 => t('Revoked'),      UPDATE_STATUS_REVOKED => t('Revoked'),
504      3 => t('Not supported'),      UPDATE_STATUS_NOT_SUPPORTED => t('Not supported'),
505      4 => t('New release available'),      UPDATE_STATUS_NOT_CURRENT => t('New release available'),
506      5 => t('Up to date'),      UPDATE_STATUS_CURRENT => t('Up to date'),
507      -1 => t('Not checked'),      UPDATE_STATUS_NOT_CHECKED => t('Not checked'),
508      -2 => t('Unknown'),      UPDATE_STATUS_UNKNOWN => t('Unknown'),
509      );      );
510  }  }
511    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.6