diff options
author | Indieteq <admin@indieteq.com> | 2014-06-21 15:17:13 +0200 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2014-06-21 15:17:13 +0200 |
commit | 89672c3b023017e3532e5d8e0aad1d3ed1ccdf56 (patch) | |
tree | 72d238c57643d4bb8c046eeb2308d41c9344867e | |
parent | 32ba5f8f79e8e321b1cf0c312ca81eacba51fe61 (diff) | |
parent | 6a371c08498990dd12b0e9580deae7ec18e7efd5 (diff) | |
download | php-mysql-pdo-database-class-89672c3b023017e3532e5d8e0aad1d3ed1ccdf56.zip php-mysql-pdo-database-class-89672c3b023017e3532e5d8e0aad1d3ed1ccdf56.tar.gz php-mysql-pdo-database-class-89672c3b023017e3532e5d8e0aad1d3ed1ccdf56.tar.bz2 |
Merge pull request #14 from Assada/patch-1
Update Db.class.php URL
-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 1e67b11..c96434a 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 https://github.com/indieteq-vivek/PHP-MySQL-PDO-Database-Class + * @git https://github.com/indieteq/PHP-MySQL-PDO-Database-Class * @version 0.2ab * */ |