Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for phpMyEdit/phpMyEditSetup.php between version 1.47 and 1.48

version 1.47, 2006/09/09 07:34:44 version 1.48, 2006/09/09 07:38:54
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.46 2006-09-08 17:09:02 michal Exp $ */  /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.47 2006-09-09 07:34:44 nepto Exp $ */
   
 ?>  ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Line 151  function get_versions()
Line 151  function get_versions()
                         $str = trim(fread($f, 4096));                          $str = trim(fread($f, 4096));
                         if (strpos($str, ' ') === false && strlen($str) < 10) {                          if (strpos($str, ' ') === false && strlen($str) < 10) {
                                 $ret_ar[$type] = $str;                                  $ret_ar[$type] = $str;
                         } else if (preg_match('|\$Platon:\s+\S+,v\s+(\S+\.\S+)\s+|', $str, $matches)) {                          } else if (preg_match('|\$'.'Platon:\s+\S+,v\s+(\d+.\d+)\s+|', $str, $matches)) {
                                 $ret_ar[$type] = $matches[1];                                  $ret_ar[$type] = $matches[1];
                         }                          }
                         fclose($f);                          fclose($f);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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