From 08cb52bf80e4060f4097232a621f4d3c0d658802 Mon Sep 17 00:00:00 2001 From: lBrieu Date: Tue, 30 Aug 2011 12:01:29 +0000 Subject: [PATCH] --- classes/Notification.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/classes/Notification.php b/classes/Notification.php index db0d47b2a..f60e0c7fc 100644 --- a/classes/Notification.php +++ b/classes/Notification.php @@ -10,11 +10,6 @@ * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0 * @version 1.2 * - `id_push_notification` INT UNSIGNED NOT NULL AUTO_INCREMENT, - `tab` INT UNSIGNED NULL, - `link_to_push` VARCHAR(250) NULL, - `type` VARCHAR(250) NULL, - `date` DATETIME, */ class Notification