projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41e576
)
small layout fix
author
chriskl
<chriskl>
Mon, 8 Sep 2003 04:28:17 +0000
(
04:28
+0000)
committer
chriskl
<chriskl>
Mon, 8 Sep 2003 04:28:17 +0000
(
04:28
+0000)
database.php
patch
|
blob
|
blame
|
history
diff --git
a/database.php
b/database.php
index e692d8f37c5c0eb34da841e229fab67312c04643..0e17695d76ac4fc2f176681ad22f38a8c84254b0 100755
(executable)
--- a/
database.php
+++ b/
database.php
@@
-3,7
+3,7
@@
/**
* Manage schemas within a database
*
- * $Id: database.php,v 1.
19 2003/09/03 05:47:48
chriskl Exp $
+ * $Id: database.php,v 1.
20 2003/09/08 04:28:17
chriskl Exp $
*/
// Include application functions
@@
-124,7
+124,7
@@
echo "<p>", $rs->recordCount(), " ", $lang['strrows'], "</p>\n";
}
- else echo
$lang['strnodata']
;
+ else echo
"<p>{$lang['strnodata']}</p>\n"
;
}
}