[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 76491f: PMA-Designer script is broken in current master br...

Michal Čihař michal at cihar.com
Mon Apr 16 14:10:23 CEST 2012


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 76491f641e9ccc2000f3028d086673a7cc95bb5f
      https://github.com/phpmyadmin/phpmyadmin/commit/76491f641e9ccc2000f3028d086673a7cc95bb5f
  Author: Muhammad Adnan <hiddenpearls at gmail.com>
  Date:   2012-04-16 (Mon, 16 Apr 2012)

  Changed paths:
    M libraries/pmd_common.php

  Log Message:
  -----------
  PMA-Designer script is broken in current master branch. It is because of 

if (! defined('PHPMYADMIN')) {
    exit;
}

So, it should be after libraries/common.inc.php or because it is defined in common.inc.php


  Commit: 4d213ad403d735159680ca48982dcf6f02915ca9
      https://github.com/phpmyadmin/phpmyadmin/commit/4d213ad403d735159680ca48982dcf6f02915ca9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2012-04-16 (Mon, 16 Apr 2012)

  Changed paths:
    M libraries/pmd_common.php

  Log Message:
  -----------
  Merge pull request #36 from hiddenpearls/patch-2

PMA-Designer script is broken in current master branch. It is because of...


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/049a222...4d213ad


More information about the Git mailing list