- Timestamp:
- 12/14/09 13:42:15 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/include/notes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/notes.php
r674 r676 46 46 var $dayOfWeekArray = array(); 47 47 48 49 function notes($db,$tabledefid = 0,$backurl = NULL){ 48 function notes($db, $tabledefid = 0, $backurl = NULL){ 50 49 51 50 $this->dayOfWeekArray[nl_langinfo(constant("DAY_1"))] = 7; … … 1073 1072 if ($this->db->numRows($repeatqueryresult)){ 1074 1073 1075 $thetable = new notes($this->db, 12);1074 $thetable = new notes($this->db, "tbld:a4cdd991-cf0a-916f-1240-49428ea1bdd1"); 1076 1075 1077 1076 $repeatArray=array();