소스 검색

! 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']))
 	{