diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-12-15 10:58:06 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-12-15 10:58:06 +0000 |
commit | dc12bd176c6c6e9f7164cc9a97a2f1d902a7404e (patch) | |
tree | e77c63136dbc956c0a3d0321534ab6bdac372dab /phpfspot_db.php | |
parent | 33dba06cdcb7b66063bb941aa5f2a985de3fed94 (diff) |
remove MDB2 from a function comment
git-svn-id: file:///var/lib/svn/phpfspot/trunk@311 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_db.php')
-rw-r--r-- | phpfspot_db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_db.php b/phpfspot_db.php index 11ce7c8..1f7d597 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -61,7 +61,7 @@ class PHPFSPOT_DB { /** * PHPFSPOT_DB database connect * - * This function will connect to the database via MDB2 + * This function will connect to the database */ private function db_connect() { |