diff --git a/include/vendor.php b/include/vendor.php index f70bd8b..1aad746 100644 --- a/include/vendor.php +++ b/include/vendor.php @@ -194,6 +194,12 @@ class Vendor { return false; } + function checkOutputEditorInput($aClean) + { + if(!getInput('sVendorName', $aClean)) + return '
  • You need to enter the developer\'s name
  • '; + } + function outputEditor() { $oTable = new Table();