diff options
author | Indieteq <admin@indieteq.com> | 2012-10-17 22:50:54 +0300 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-10-17 22:50:54 +0300 |
commit | 6a35925789bd20e09376872c7710dbb12577a1b0 (patch) | |
tree | 14735f2b46e9b3a02da771c2a421331e77b1315c | |
parent | 78987303cc0ee23a822cbcb97816b6c50decf9c6 (diff) | |
download | php-mysql-pdo-database-class-6a35925789bd20e09376872c7710dbb12577a1b0.zip php-mysql-pdo-database-class-6a35925789bd20e09376872c7710dbb12577a1b0.tar.gz php-mysql-pdo-database-class-6a35925789bd20e09376872c7710dbb12577a1b0.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 4fe87ad..3300499 100644 --- a/Db.class.php +++ b/Db.class.php @@ -4,7 +4,7 @@ * * @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) * @git htt://github.com/indieteq-vivek/simple-db-class -* @version 0.2a +* @version 0.2ab * */ require("Log.class.php"); |