--- node_limit.install.orig	2009-03-03 02:58:36.000000000 +0100
+++ node_limit.install	2009-03-18 11:16:51.734375000 +0100
@@ -31,7 +31,7 @@ function node_limit_schema() {
 				'size'			=> 'big',
 				'unsigned'		=> FALSE,
 				'not null'		=> TRUE,
-				'default'		=> node_limit_NO_LIMIT)),
+				'default'		=> NODE_LIMIT_NO_LIMIT)),
 		'primary key'			=> array('rid', 'type'),
 	);
 	$schema['node_limit_user'] = array(
@@ -53,7 +53,7 @@ function node_limit_schema() {
 				'size'			=> 'big',
 				'unsigned'		=> FALSE,
 				'not null'		=> TRUE,
-				'default'		=> node_limit_NO_LIMIT)),
+				'default'		=> NODE_LIMIT_NO_LIMIT)),
 		'primary key'			=> array('uid', 'type'),
 	);
 	return $schema;
