Files
resourcespace/upgrade/scripts/007_update_thumbnail_size.php
2025-07-18 16:20:14 +07:00

4 lines
120 B
PHP

<?php
ps_query("UPDATE preview_size SET width = 175, height = 175 WHERE id = 'thm' AND width < 175 AND height < 175");