Changeset 98 for devel/www/code.php


Ignore:
Timestamp:
Jul 31, 2008, 4:13:02 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro IRC chat. IRC bot pro sledování historie a ukládání zpráv do databáze.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/code.php

    r96 r98  
    560560  {
    561561    if($code = array_search($string[$i].$string[($i + 1)], $coding))
    562       $string = substr($string, 0, $i).chr($code).substr($string,$i + 2);
     562      $string = substr($string, 0, $i).chr($code).substr($string, $i + 2);
    563563  }
    564564  return $string;
Note: See TracChangeset for help on using the changeset viewer.