diff options
author | Indieteq <admin@indieteq.com> | 2012-11-10 20:31:23 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-11-10 20:31:23 +0100 |
commit | 08b7d76cf8e671a4acec579baf4eecad40671a9a (patch) | |
tree | 6dd7d342b91d7c8f41aa8ac6f7ce105875cb2dad | |
parent | 30a9b147cf7c1632753a66e201dc121f2ae77146 (diff) | |
download | php-mysql-pdo-database-class-08b7d76cf8e671a4acec579baf4eecad40671a9a.zip php-mysql-pdo-database-class-08b7d76cf8e671a4acec579baf4eecad40671a9a.tar.gz php-mysql-pdo-database-class-08b7d76cf8e671a4acec579baf4eecad40671a9a.tar.bz2 |
Update Db.class.php
-rw-r--r-- | Db.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.class.php b/Db.class.php index f518e0f..1eb616e 100644 --- a/Db.class.php +++ b/Db.class.php @@ -3,7 +3,7 @@ * DB - A simple database class * * @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) - * @git htt://github.com/indieteq-vivek/simple-db-class + * @git htt://github.com/indieteq-vivek/simple-db-class * @version 0.2ab * */ |