Преглед на файлове

! Really added the missing global this time !

Spuds преди 12 години
родител
ревизия
4af32d9925
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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']))
 	{