summaryrefslogtreecommitdiffstats
path: root/app/class
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-04-14 21:01:10 -0400
committerMalf Furious <m@lfurio.us>2017-04-14 21:01:10 -0400
commit025a34dbd54a0886d766f386792310e5f6bfe701 (patch)
tree6a19a8f4dd3c370a228a4e52ef2871ee9e40bf74 /app/class
parenta4db163ae8633c3740be2c2582364cb3f5acb9db (diff)
downloadscrott-025a34dbd54a0886d766f386792310e5f6bfe701.tar.gz
scrott-025a34dbd54a0886d766f386792310e5f6bfe701.zip
Revert "Fix bug in table function saveObj()"
This reverts commit e7228676ce51bf69cc974fc0bd8f8135c51fd036.
Diffstat (limited to 'app/class')
-rw-r--r--app/class/table.class.php3
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 . ", ";