Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
$value = mysql_real_escape_string($value);
$value = mysql_real_escape_string(trim(SmartStripSlashes($value)));
function plogger_get_picture_description() {
return SmartStripSlashes($GLOBALS["current_picture"]["description"]);
}
.
.
function plogger_get_collection_description() {
return htmlspecialchars(SmartStripSlashes($GLOBALS["current_collection"]["description"]));
}
.
.
function plogger_get_album_description() {
return htmlspecialchars(SmartStripSlashes($GLOBALS["current_album"]["description"]));
}
function saveChanges(obj){
var new_content = escape($F(obj.id+'_edit'));
obj.innerHTML = '<img src="../graphics/loading.gif" alt="loading" height="32" width="32">';
function saveChanges(obj){
var new_content = encodeURIComponent($F(obj.id+'_edit'));
obj.innerHTML = '<img src="../graphics/loading.gif" alt="loading" height="32" width="32">';
1 to 10 of 10