e107inc/e107

View on GitHub

Showing 571 of 6,975 total issues

Avoid too many return statements within this method.
Open

                return ($fieldValue && $fieldValue !== 'NULL' ? "'".$this->escape($fieldValue, false)."'" : 'NULL');
Severity: Major
Found in e107_handlers/e_db_pdo_class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return "'". (string) $fieldValue."'";
    Severity: Major
    Found in e107_handlers/e_db_pdo_class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      if($fieldValue == '') { return ''; }
      Severity: Major
      Found in e107_handlers/e_db_pdo_class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return '<div class="' . $defClass . ' video-thumbnail thumbnail">' . $video . '</div>';
        Severity: Major
        Found in e107_handlers/e_parse_class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                                                  return $this->invalidLogin($username,LOGIN_ABORT);
          Severity: Major
          Found in e107_handlers/login.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return $this->invalidLogin($username, LOGIN_BAD_CODE, $secImgResult);
            Severity: Major
            Found in e107_handlers/login.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return $this->invalidLogin($username, LOGIN_NOT_ACTIVATED);
              Severity: Major
              Found in e107_handlers/login.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return $cookieval;
                Severity: Major
                Found in e107_handlers/login.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                                      return '';
                  Severity: Major
                  Found in e107_handlers/shortcode_handler.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                    return $default;
                    Severity: Major
                    Found in e107_handlers/model_class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                          return $this;
                      Severity: Major
                      Found in e107_handlers/admin_ui.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                            return $this;
                        Severity: Major
                        Found in e107_handlers/admin_ui.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                      return $default;
                          Severity: Major
                          Found in e107_handlers/model_class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                                return "Missing Extended Class";
                            Severity: Major
                            Found in e107_handlers/user_extended_class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                      return gmmktime($timeVals[1], $timeVals[2], $timeVals[3], $month, $day, $year);
                              Severity: Major
                              Found in e107_handlers/date_handler.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                    return array();
                                Severity: Major
                                Found in e107_handlers/e_db_pdo_class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return $ret;
                                  Severity: Major
                                  Found in e107_handlers/user_extended_class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                return false;
                                    Severity: Major
                                    Found in e107_handlers/login.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      return $matches[0];
                                      Severity: Major
                                      Found in e107_handlers/shortcode_handler.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                return $this->processAjaxImport($filePath, $_REQUEST); 
                                        Severity: Major
                                        Found in e107_handlers/media_class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language