derick Sat Apr 28 12:08:17 2001 EDT
Modified files:
/phpdoc/de/functions mysql.xml
Log:
- Fix for bug #10474
Index: phpdoc/de/functions/mysql.xml
diff -u phpdoc/de/functions/mysql.xml:1.22 phpdoc/de/functions/mysql.xml:1.23
--- phpdoc/de/functions/mysql.xml:1.22 Sat Nov 25 02:31:32 2000
+++ phpdoc/de/functions/mysql.xml Sat Apr 28 12:08:16 2001
@@ -720,18 +720,18 @@
echo "No information available<BR>\n";
}
echo "<PRE>
-blob: $meta -> blob
-max_length: $meta -> max_length
-multiple_key: $meta -> multiple_key
-name: $meta -> name
-not_null: $meta -> not_null
-numeric: $meta -> numeric
-primary_key: $meta -> primary_key
-table: $meta -> table
-type: $meta -> type
-unique_key: $meta -> unique_key
-unsigned: $meta -> unsigned
-zerofill: $meta -> zerofill
+blob: $meta->blob
+max_length: $meta->max_length
+multiple_key: $meta->multiple_key
+name: $meta->name
+not_null: $meta->not_null
+numeric: $meta->numeric
+primary_key: $meta->primary_key
+table: $meta->table
+type: $meta->type
+unique_key: $meta->unique_key
+unsigned: $meta->unsigned
+zerofill: $meta->zerofill
</PRE>";
$i++;
}