$exists = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
/// Do this function silenty (to avoid output in install/upgrade process)
$olddbdebug = $db->debug;
$db->debug = false;
$exists = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
+/// Retrieve the field object in case just a name was supplied
+ if (is_string($field)) {
+ $field = new XMLDBField($field);
+ }
+
/// Do this function silenty (to avoid output in install/upgrade process)
$olddbdebug = $db->debug;
$db->debug = false;
$exists = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
+/// Retrieve the index object in case just a name was supplied
+ if (is_string($index)) {
+ $index = new XMLDBIndex($index);
+ }
+
/// Do this function silenty (to avoid output in install/upgrade process)
$olddbdebug = $db->debug;
$db->debug = false;
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
global $CFG, $db;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
+/// Retrieve the field object in case just a name was supplied
+ if (is_string($field)) {
+ $field = new XMLDBField($field);
+ }
+
+
$status = true;
if (strtolower(get_class($table)) != 'xmldbtable') {
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+
+/// Retrieve the index object in case just a name was supplied
+ if (is_string($index)) {
+ $index = new XMLDBIndex($index);
+ }
+
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}
$status = true;
+/// Retrieve the table object in case just a name was supplied
+ if (is_string($table)) {
+ $table = new XMLDBTable($table);
+ }
+/// Retrieve the index object in case just a name was supplied
+ if (is_string($index)) {
+ $index = new XMLDBIndex($index);
+ }
+
+
if (strtolower(get_class($table)) != 'xmldbtable') {
return false;
}