summaryrefslogtreecommitdiffstats
path: root/code/db.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-02-02 00:50:04 +0100
committerneoraider <devnull@localhost>2006-02-02 00:50:04 +0100
commitaf3aaf3630d4634a85d7d912f751f3bf36633278 (patch)
treecb1aebacd08195dcedad6cb8295ce157ba0ecf31 /code/db.inc.php
parent6f165543cc5604a8acc809f5b7a85465dd1ab870 (diff)
downloadneon-af3aaf3630d4634a85d7d912f751f3bf36633278.tar
neon-af3aaf3630d4634a85d7d912f751f3bf36633278.zip
Editoren implementiert. ErrorMessage verschoben.
Diffstat (limited to 'code/db.inc.php')
-rw-r--r--code/db.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/db.inc.php b/code/db.inc.php
index 2f83f58..3f5c444 100644
--- a/code/db.inc.php
+++ b/code/db.inc.php
@@ -13,5 +13,9 @@
$sql = $GLOBALS['conn']->Prepare($query);
return $GLOBALS['conn']->Execute($sql, $args);
}
+
+ function DBInsertID() {
+ return $GLOBALS['conn']->Insert_ID();
+ }
}
?>