### Eclipse Workspace Patch 1.0 #P panels Index: panels.install =================================================================== RCS file: /cvs/drupal/contributions/modules/panels/panels.install,v retrieving revision 1.1.4.4 diff -u -r1.1.4.4 panels.install --- panels.install 3 Apr 2007 16:36:05 -0000 1.1.4.4 +++ panels.install 30 May 2007 22:35:52 -0000 @@ -5,7 +5,7 @@ * Install the panels tables */ function panels_install() { - switch ($GLOBALS['dbtype']) { + switch ($GLOBALS['db_type']) { case 'pgsql': db_query(<<