improved binary fields protection

This commit is contained in:
Loïc Chapeaux
2001-09-08 16:00:32 +00:00
parent 08c353d467
commit 20fbb53055
5 changed files with 42 additions and 14 deletions

View File

@@ -47,13 +47,13 @@ if (!defined('__LIB_COMMON__')){
* Avoids undefined variables in PHP3
*/
if (!isset($use_backquotes)) {
$use_backquotes = 0;
$use_backquotes = 0;
}
if (!isset($pos)) {
$pos = 0;
$pos = 0;
}
if (!isset($cfgProtectBlob)) {
$cfgProtectBlob = FALSE;
if (!isset($cfgProtectBinary)) {
$cfgProtectBinary = FALSE;
}