parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo PhpMyAdmin\Util::getDivForSliderEffect("query_div", _gettext("Query window"), "open"); echo "
"; // line 165 echo " "; } public function getTemplateName() { return "database/multi_table_query/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 354 => 165, 348 => 161, 344 => 160, 338 => 156, 328 => 148, 326 => 147, 319 => 143, 315 => 141, 301 => 140, 297 => 139, 288 => 133, 277 => 125, 263 => 114, 257 => 110, 246 => 108, 242 => 107, 238 => 106, 226 => 97, 222 => 96, 186 => 63, 175 => 55, 169 => 52, 160 => 48, 154 => 47, 150 => 46, 144 => 42, 142 => 38, 141 => 37, 136 => 35, 130 => 32, 126 => 31, 121 => 29, 114 => 25, 109 => 22, 98 => 20, 94 => 19, 90 => 18, 86 => 16, 81 => 15, 64 => 14, 61 => 13, 54 => 11, 43 => 9, 39 => 8, 33 => 6, 29 => 5, 24 => 3, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "database/multi_table_query/form.twig", "/var/www/html/phpMyAdmin/templates/database/multi_table_query/form.twig"); } }