~ubuntu-branches/ubuntu/natty/phppgadmin/natty

« back to all changes in this revision

Viewing changes to opclasses.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2007-06-02 14:25:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070602142523-7ij067nsiy16z5p2
Tags: 4.1.2-1
* New upstream release
  * Fixes security bug (CVE-2007-2865), closes: #427151 
* Update configuration files
* Prefer php5 over php4 on install
* NMU acknowledge, closes: #405849, #411057, #413772, #417007

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        /**
4
4
         * Manage opclasss in a database
5
5
         *
6
 
         * $Id: opclasses.php,v 1.8 2005/10/18 03:45:16 chriskl Exp $
 
6
         * $Id: opclasses.php,v 1.9 2005/11/25 08:49:08 jollytoad Exp $
7
7
         */
8
8
 
9
9
        // Include application functions
67
67
                
68
68
                $attrs = array(
69
69
                        'text'   => $proto,
70
 
                        'icon'   => 'operators',
 
70
                        'icon'   => 'OperatorClass',
71
71
                        'toolTip'=> field('opccomment'),
72
72
                );
73
73