Your IP : 216.73.216.196


Current Path : /home/icmq6107/OrgaServer/DB/PhpMyAdmin/templates/
Upload File :
Current File : /home/icmq6107/OrgaServer/DB/PhpMyAdmin/templates/preview_sql.twig

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