Changeset 70 for branches


Ignore:
Timestamp:
Nov 26, 2019 6:57:29 PM (6 years ago)
Author:
anonymous
Message:

rename file_exist to file_exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/testa-single-bookmark/php/content3.php

    r67 r70  
    452452            if( !isset( $restrict_htmlnames[$htmlfname] ) ){
    453453                $fpath =  $output_path . '/' . $htmlfname;
    454                 if( file_exist($fpath) ){
     454                if( file_exists($fpath) ){
    455455                    $array["full"] = $htmlfname;
    456456                }
    457457                $fpath_tmp =  $fpath . '.tmp';
    458                 if( file_exist($fpath_tmp) ){
     458                if( file_exists($fpath_tmp) ){
    459459                    $array["partial"] = $htmlfname_tmp;
    460460                }
Note: See TracChangeset for help on using the changeset viewer.