Перенес часть в CMS2

This commit is contained in:
origami11 2017-02-17 18:15:59 +03:00
parent 3defa8f38b
commit a75f450edd
5 changed files with 12 additions and 576 deletions

View file

@ -1,6 +1,6 @@
<?php
require_once __DIR__ .'/../tools/string.php';
require_once __DIR__ .'/../Tools/String.php';
class Database_PDOStatement extends PDOStatement implements IteratorAggregate
{