]> git.mjollnir.org Git - moodle.git/commitdiff
added a comment
authortoyomoyo <toyomoyo>
Tue, 18 Apr 2006 03:45:23 +0000 (03:45 +0000)
committertoyomoyo <toyomoyo>
Tue, 18 Apr 2006 03:45:23 +0000 (03:45 +0000)
lib/datalib.php

index f4fab718cdc6f8461a9efeabef63cb9a5374e4ac..ede7e629882138a29da3e280cb37627d57059938 100644 (file)
@@ -208,7 +208,7 @@ function modify_database($sqlfile='', $sqlstring='') {
 
 /**
  * Add a new field to a table, or modify an existing one (if oldfield is defined).
- *
+ * Warning: Please be careful on primary keys, as this function will eat auto_increments
  * @uses $CFG
  * @uses $db
  * @param string $table ?