Home
last modified time | relevance | path

Searched refs:config_mysql_query (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A DphpThumb.php293 if ($phpThumb->config_mysql_query) {
310 if ($result = $mysqli->query($phpThumb->config_mysql_query)) {
346 if ($result = @mysql_query($phpThumb->config_mysql_query, $cid)) {
H A Dphpthumb.class.php184 public $config_mysql_query = null; variable in phpthumb