Browse Source

! Really added the missing global this time !

Spuds 12 years ago
parent
commit
4af32d9925
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Sources/DbPackages-mysql.php

+ 2 - 0
Sources/DbPackages-mysql.php

@@ -622,6 +622,8 @@ function smf_db_list_indexes($table_name, $detail = false, $parameters = array()
 
 function smf_db_create_query_column($column)
 {
+	global $smcFunc;
+	
 	// Auto increment is easy here!
 	if (!empty($column['auto']))
 	{