be2a207f9a
- Assign maintainer to submitter. PR: ports/158330 Submitted by: Terry Sposato <tabmow@freenode.net> Security: 8a5770b4-54b5-11db-a5ae-00508d6a62df
13 lines
431 B
PHP
13 lines
431 B
PHP
--- ./includes/database.php.orig 2011-06-27 12:26:39.000000000 +1000
|
|
+++ ./includes/database.php 2011-06-27 12:27:48.000000000 +1000
|
|
@@ -784,6 +784,10 @@
|
|
/** @var mosDatabase Database connector */
|
|
var $_db = null;
|
|
|
|
+ function mosDBTable ($table='', $keyname='id', $db='') {
|
|
+ $this->mosDBAbstractRow($table, $keyname, $db);
|
|
+ }
|
|
+
|
|
/**
|
|
* @return bool True if DB query failed. Sets the error message
|
|
*/
|