updates and fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@439 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-06-19 10:43:02 +00:00
parent 663a2e7729
commit 6c56299161
8 changed files with 57 additions and 43 deletions
-4
View File
@@ -55,10 +55,6 @@ function only_alphanumeric( $string )
}
function mres($string) { // short function wrapper because the real one is stupidly long and ugly. aestetics.
return mysql_real_escape_string($string);
}
function validate_hostip($host) {
}