Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-9065

Default value for screens_items.max_columns in schema.inc.php is incorrect

XMLWordPrintable

      $ php create/bin/gen_php.php 
      $ mv create/src/schema.inc.php frontends/php/include/.
      $ svn di
      Index: frontends/php/include/schema.inc.php
      ===================================================================
      --- frontends/php/include/schema.inc.php        (revision 50710)
      +++ frontends/php/include/schema.inc.php        (working copy)
      @@ -494,7 +494,7 @@
                                      'null' => false,
                                      'type' => DB::FIELD_TYPE_INT,
                                      'length' => 10,
      -                               'default' => '1',
      +                               'default' => '3',
                              ),
                      ),
              ),
      

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: