diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
commit | 6c42f30a0424cbf1c1af63f21d7f5074a4653c7a (patch) | |
tree | 9c892117e219e532951e6761a5211cfc22711fda /includes/sql.class.php | |
parent | 61148024a245a7bd3cdc9f978791b510cde40961 (diff) | |
download | bayonetcms-6c42f30a0424cbf1c1af63f21d7f5074a4653c7a.tar.gz |
(OC) tried fixing the insert in NewAdmin(), no luck
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@394 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'includes/sql.class.php')
-rw-r--r-- | includes/sql.class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/sql.class.php b/includes/sql.class.php index 141a7ae..57fdd5d 100644 --- a/includes/sql.class.php +++ b/includes/sql.class.php @@ -42,6 +42,11 @@ class Bayonet_SQL //return mysql_close($link); } + public function Stat() + { + return mysql_stat(); + } + public function Select_db($db) { decho("Selecting database ('$db')"); |