Changeset 822


Ignore:
Timestamp:
Feb 25, 2015, 9:00:35 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Non-UTF8 characters in comments which was causing PHP to crash.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aowow/includes/DbSimple/Generic.php

    r170 r822  
    11<?php
     2
     3
    24/**
    35 * DbSimple_Generic: universal database connected by DSN.
     
    3234 * initial author: Tomas V.V.Cox <cox@idecnet.com>.
    3335 *
    34  * Ñontains 3 classes:
     36 * Contains 3 classes:
    3537 * - DbSimple_Generic: database factory class
    3638 * - DbSimple_Generic_Database: common database methods
     
    161163    }   
    162164}
    163 
    164165
    165166/**
     
    967968                    $current[] =& $tmp;
    968969                    $current =& $tmp;
    969                     unset($tmp); // we use ætmp, because don't know the value of auto-index
     970                    unset($tmp); // we use tmp because don't know the value of auto-index
    970971                }
    971972            }
     
    10371038        }
    10381039    }
    1039    
    10401040
    10411041    /**
     
    11581158    var $MAX_LOG_ROW_LEN = 128;
    11591159}
    1160 
    11611160
    11621161/**
     
    13591358   
    13601359}
    1361 ?>
Note: See TracChangeset for help on using the changeset viewer.