@@ -103,6 +103,12 @@ function db_fetch_result($result, $row, $param) {
}
}
functiondb_unescape_string($str){
$tmp=str_replace("\\\"","\"",$str);
$tmp=str_replace("\\'","'",$tmp);
return$tmp;
}
functiondb_close($link){
if(DB_TYPE=="pgsql"){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.