Fixed some Oracle-specific installer and Strict Standards issues
[lhc/web/wiklou.git] / maintenance / ora / tables.sql
index 9b08d00..d325033 100644 (file)
@@ -659,7 +659,7 @@ END;
 /*$mw$*/
 
 /*$mw$*/
-CREATE OR REPLACE TYPE GET_OUTPUT_TYPE AS TABLE OF VARCHAR2(255);
+CREATE OR REPLACE TYPE GET_OUTPUT_TYPE IS TABLE OF VARCHAR2(255);
 /*$mw$*/
 
 /*$mw$*/