Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9946

$inserts empty in sql_query() for oracle

    XMLWordPrintable

Details

    Description

      http://www.phpbb.com/bugs/modteamtools/62554
      Look at the attached image, "invalid argument supplied for foreach()".
      From includes/db/oracle.php starting at line 327.

      $inserts = $vals[0];
      unset($vals);
       
      foreach ($inserts as $key => $value)
      {

      But the part where $vals is set is commented out making $inserts to be empty.

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              tumba25 Jari Kanerva [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: