From d635d0e9d0173c0ef4d2327f72f0564410e3a233 Mon Sep 17 00:00:00 2001 From: xzilla Date: Mon, 5 Feb 2007 18:39:52 +0000 Subject: [PATCH] alter schema name supported --- schemas.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas.php b/schemas.php index b2cdc16f..2e066bd3 100755 --- a/schemas.php +++ b/schemas.php @@ -3,7 +3,7 @@ /** * Manage schemas in a database * - * $Id: schemas.php,v 1.10 2007/01/10 01:15:27 soranzo Exp $ + * $Id: schemas.php,v 1.11 2007/02/05 18:39:52 xzilla Exp $ */ // Include application functions @@ -151,7 +151,7 @@ /** * Display a form to permit editing schema properies. - * TODO: permit changing name, owner + * TODO: permit changing owner */ function doAlter($msg = '') { global $data, $misc,$PHP_SELF, $lang; -- 2.39.5