File "preview_sql.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/preview_sql.twig
File size: 301 B
MIME-type:
Charset: utf-8

Download   Open   Back

<div class="preview_sql">
    {% if query_data is empty %}
        {% trans 'No change' %}
    {% elseif query_data is iterable %}
        {% for query in query_data %}
            {{ format_sql(query) }}
        {% endfor %}
    {% else %}
        {{ format_sql(query_data) }}
    {% endif %}
</div>

PHP File Manager