CVS Commit by andreas: typo fix
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by andreas: typo fix
Log Message:
-----------
typo fix
Modified Files:
--------------
pgadmin3/src:
Makefile.am (r1.84 -> r1.85)
Index: Makefile.am
===================================================================
RCS file: /projects/pgadmin3/src/Makefile.am,v
retrieving revision 1.84
retrieving revision 1.85
diff -Lsrc/Makefile.am -Lsrc/Makefile.am -u -w -r1.84 -r1.85
--- src/Makefile.am
+++ src/Makefile.am
@@ -78,7 +78,7 @@
include/frmQuery.h include/frmSplash.h \
include/frmStatus.h include/frmMaintenance.h \
include/frmBackup.h include/frmRestore.h \
-include/misc.h include\pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
+include/misc.h include/pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
include/pgCast.h include/pgCheck.h include/pgCollection.h \
include/pgColumn.h include/pgConn.h include/pgTablespace.h \
include/pgConstraints.h include/pgConversion.h \
Home |
Main Index |
Thread Index