Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 2 of 2
Posted By: samirif (!empty($names["picture"])) {
$names["picture"] = substr($names["picture"], 0, strpos($names["picture"], '.html'));
$sql = "SELECT * FROM `".$TABLE_PREFIX."pictures`
WHERE caption = '" . $names["picture"] . "' AND parent_album = " . intval($album["id"]);
$result = run_query($sql);
$picture = mysql_fetch_assoc($result);
1 to 2 of 2