From 7caa8b2719f325be9d69218da7f9bc4a9d9a81f9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 May 2011 12:20:53 +0800 Subject: [PATCH] DataObjects/Translations.php --- DataObjects/Translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Translations.php b/DataObjects/Translations.php index a3d5718f..3bea8363 100644 --- a/DataObjects/Translations.php +++ b/DataObjects/Translations.php @@ -15,7 +15,7 @@ class Pman_Core_DataObjects_Translations extends DB_DataObject public $tfile; // string(128) not_null public $tlang; // string(8) not_null public $tkey; // string(32) not_null - public $tval; // blob(-1) not_null blob + public $tval; // blob(4294967295) not_null blob /* the code above is auto generated do not remove the tag below */ -- 2.39.2