diff options
author | Malf Furious <m@lfurio.us> | 2017-04-14 21:01:10 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-14 21:01:10 -0400 |
commit | 025a34dbd54a0886d766f386792310e5f6bfe701 (patch) | |
tree | 6a19a8f4dd3c370a228a4e52ef2871ee9e40bf74 /app/class/table.class.php | |
parent | a4db163ae8633c3740be2c2582364cb3f5acb9db (diff) | |
download | scrott-025a34dbd54a0886d766f386792310e5f6bfe701.tar.gz scrott-025a34dbd54a0886d766f386792310e5f6bfe701.zip |
Revert "Fix bug in table function saveObj()"
This reverts commit e7228676ce51bf69cc974fc0bd8f8135c51fd036.
Diffstat (limited to 'app/class/table.class.php')
-rw-r--r-- | app/class/table.class.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/class/table.class.php b/app/class/table.class.php index c547e43..ac21aaf 100644 --- a/app/class/table.class.php +++ b/app/class/table.class.php @@ -127,10 +127,7 @@ abstract class table foreach ($flds as $fld) { if (!isset($this->$fld)) - { - $this->$fld = ""; continue; - } $fld = database::esc($fld); $fldstr .= $fld . ", "; |