Fix #6494 - translations code for reports
[Pman.Core] / sql / translations.sql
index 5b46560..aa879e7 100644 (file)
@@ -1,4 +1,7 @@
 
+
+-- depricated use core_template templatestr etc..
+
 CREATE TABLE  translations (
   id int(11)  NOT NULL AUTO_INCREMENT,
   PRIMARY KEY (id)