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

Diff of /contributions/modules/adminblock/adminblock.module

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

revision 1.17.2.1, Thu Jun 12 07:46:30 2008 UTC revision 1.17.2.2, Tue Sep 9 06:03:08 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: adminblock.module,v 1.17 2008/04/16 20:06:52 frjo Exp $  // $Id: adminblock.module,v 1.17.2.1 2008/06/12 07:46:30 frjo Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 59  function adminblock_block($op = 'list', Line 59  function adminblock_block($op = 'list',
59          ORDER BY t.created DESC ', 0, $nlimit);          ORDER BY t.created DESC ', 0, $nlimit);
60        $items3 = array();        $items3 = array();
61        while ($trackback = db_fetch_object($result3)) {        while ($trackback = db_fetch_object($result3)) {
62          $items3[] = check_plain($trackback->subject) .' - '. format_date($trackback->created, 'medium') .'<br />['. l(t('edit'), 'admin/content/trackback/edit/'. $trackback->trid) .'] ['. l(t('delete'), 'admin/content/trackback/delete/'. $trackback->trid) .']';          $items3[] = check_plain($trackback->subject) .' - '. format_date($trackback->created, 'medium') .'<br />['. l(t('edit'), 'trackback/edit/'. $trackback->trid) .'] ['. l(t('delete'), 'trackback/delete/'. $trackback->trid) .']';
63        }        }
64      }      }
65    

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2

  ViewVC Help
Powered by ViewVC 1.1.2