~sense/ubuntu-wanted/drupal6-migration

« back to all changes in this revision

Viewing changes to module/wanted/models/task.php

  • Committer: Sense Hofstede
  • Date: 2009-03-22 12:38:25 UTC
  • mfrom: (15.1.11 qevel)
  • Revision ID: sense@qense.nl-20090322123825-kxopq3eto0s5o968
* Skill overview page added
* Pagination now works (LP:332941)
* Skill lists are now properly ordered(LP:332439)
* Some too generic class names were adapted to prevent name collision in case another module uses the same name (Thanks to Sayak Banerjee for finding this one)
* The usual typos, small problems and error were solved

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Ubuntu is a registered trademark of Canonical Ltd.
22
22
*/
23
23
 
24
 
class TaskModel extends Model
 
24
class TaskModel extends WModel
25
25
{
26
26
 
27
27
        /**
68
68
                return $dep_array;
69
69
        }
70
70
}
71
 
?>
 
 
b'\\ No newline at end of file'
 
71
?>