Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, May 1, 2026

Diff for Metafox/lib/DB/storage.php between version 1.4 and 1.5

version 1.4, 2017/06/09 15:05:10 version 1.5, 2024/11/20 15:48:03
Line 336  class DB_storage extends PEAR
Line 336  class DB_storage extends PEAR
         }          }
         reset($rowdata);          reset($rowdata);
         $found_keycolumn = false;          $found_keycolumn = false;
         while (list($key, $value) = each($rowdata)) {                  foreach ($rowdata as $key => $value) {
             if ($key == $this->_keycolumn) {              if ($key == $this->_keycolumn) {
                 $found_keycolumn = true;                  $found_keycolumn = true;
             }              }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top